Skip to content

Commit daa35bf

Browse files
authored
fix build (#855)
1 parent c7b53db commit daa35bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ build:
129129
buildah login --username ${Docker_Hub_User_Parity} --password-stdin docker.io
130130
- echo pushing "$CONTAINER_REPO:$DOCKER_IMAGE_TAG"
131131
- if [[ $BUILD_LATEST_IMAGE ]]; then
132-
buildah push --format=v2s2 "$CONTAINER_REPO:$DOCKER_IMAGE_TAG"
132+
buildah push --format=v2s2 "$CONTAINER_REPO:$DOCKER_IMAGE_TAG";
133133
buildah push --format=v2s2 "$CONTAINER_REPO:latest";
134134
else
135135
buildah push --format=v2s2 "$CONTAINER_REPO:$DOCKER_IMAGE_TAG";

0 commit comments

Comments
 (0)