We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b53db commit daa35bfCopy full SHA for daa35bf
.gitlab-ci.yml
@@ -129,7 +129,7 @@ build:
129
buildah login --username ${Docker_Hub_User_Parity} --password-stdin docker.io
130
- echo pushing "$CONTAINER_REPO:$DOCKER_IMAGE_TAG"
131
- if [[ $BUILD_LATEST_IMAGE ]]; then
132
- buildah push --format=v2s2 "$CONTAINER_REPO:$DOCKER_IMAGE_TAG"
+ buildah push --format=v2s2 "$CONTAINER_REPO:$DOCKER_IMAGE_TAG";
133
buildah push --format=v2s2 "$CONTAINER_REPO:latest";
134
else
135
buildah push --format=v2s2 "$CONTAINER_REPO:$DOCKER_IMAGE_TAG";
0 commit comments