Skip to content

Commit

Permalink
fix build (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Feb 28, 2022
1 parent c7b53db commit daa35bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ build:
buildah login --username ${Docker_Hub_User_Parity} --password-stdin docker.io
- echo pushing "$CONTAINER_REPO:$DOCKER_IMAGE_TAG"
- if [[ $BUILD_LATEST_IMAGE ]]; then
buildah push --format=v2s2 "$CONTAINER_REPO:$DOCKER_IMAGE_TAG"
buildah push --format=v2s2 "$CONTAINER_REPO:$DOCKER_IMAGE_TAG";
buildah push --format=v2s2 "$CONTAINER_REPO:latest";
else
buildah push --format=v2s2 "$CONTAINER_REPO:$DOCKER_IMAGE_TAG";
Expand Down

0 comments on commit daa35bf

Please sign in to comment.