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

Add --pull=always and remove --no-cache from image build options for frontend as well

parent 60e5ef50
Branches always-pull-base-image
No related tags found
2 merge requests!420Fix allowed names,!419Add --pull=always and remove --no-cache from image build options
Pipeline #228427 passed
......@@ -25,7 +25,7 @@ fi
echo "Will build using $BUILDER"
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"
$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