aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-15 11:43:58 +0200
committerMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-15 11:43:58 +0200
commitf600d1de7eae10a44a120e7ec843464f9f993185 (patch)
treedc9f81d36fc96790b5f5c297f65e53091ed82392
parentb50f3da20cea59abd8d182bc2d9d6b2398359adc (diff)
downloadreploy-f600d1de7eae10a44a120e7ec843464f9f993185.tar.gz
reploy-f600d1de7eae10a44a120e7ec843464f9f993185.tar.bz2
try auto-squashery
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 56fe225..7b0222b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ build:
stage: build
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- - docker build -t $CI_REGISTRY_IMAGE:latest .
+ - docker build --squash -t $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:latest
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'