Skip to content
Snippets Groups Projects
Verified Commit 60e5ef50 authored by Jonas Braathen's avatar Jonas Braathen
Browse files

Add --pull=always and remove --no-cache from image build options

parent 8bf9b5e6
No related branches found
No related tags found
2 merge requests!420Fix allowed names,!419Add --pull=always and remove --no-cache from image build options
Pipeline #228426 passed
...@@ -28,7 +28,7 @@ fi ...@@ -28,7 +28,7 @@ fi
echo "Will build using $BUILDER" echo "Will build using $BUILDER"
echo "Building $IMAGE_TAG" echo "Building $IMAGE_TAG"
$BUILDER build --format docker --no-cache -t $IMAGE_TAG . $BUILDER build --format docker --pull=always -t $IMAGE_TAG .
echo "Pushing $IMAGE_TAG" echo "Pushing $IMAGE_TAG"
$BUILDER push $IMAGE_TAG $BUILDER push $IMAGE_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment