Skip to content

Commit

Permalink
[ci] fix buildah for publishing docker (paritytech#12703)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored and ark0f committed Feb 27, 2023
1 parent 0fd5a17 commit c3b98e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ variables:
DOCKER_OS: "debian:stretch"
ARCH: "x86_64"
CI_IMAGE: "paritytech/ci-linux:production"
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.27"
RUSTY_CACHIER_SINGLE_BRANCH: master
RUSTY_CACHIER_DONT_OPERATE_ON_MAIN_BRANCH: "true"

Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/gitlab/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- .build-refs
- .kubernetes-env
variables:
CI_IMAGE: quay.io/buildah/stable
CI_IMAGE: $BUILDAH_IMAGE
GIT_STRATEGY: none
DOCKERFILE: $PRODUCT.Dockerfile
IMAGE_NAME: docker.io/parity/$PRODUCT
Expand Down

0 comments on commit c3b98e2

Please sign in to comment.