Skip to content

Commit

Permalink
Merge pull request #1358 from paritytech/as-fix-buildah2
Browse files Browse the repository at this point in the history
[ci] Fix buildah
  • Loading branch information
alvicsam authored Sep 19, 2023
2 parents 3174b45 + 0e56f6d commit 6894d98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ stages:

variables:
CI_IMAGE: "node:18"
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.27"
DOCKERFILE: scripts/ci/docker/zombienet_injected.Dockerfile
DOCKERHUB_REPO: paritytech
IMAGE_NAME: $DOCKERHUB_REPO/zombienet
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29"
# BUILDAH_IMAGE is defined in group variables
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
RUN_IN_CONTAINER: "1"
# Improve gitlab cache performance
Expand Down

0 comments on commit 6894d98

Please sign in to comment.