Skip to content

Commit

Permalink
use buildah image defined in gitlab group vars (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity committed Sep 5, 2023
1 parent 242aa09 commit 37344bf
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 @@ -16,7 +16,7 @@ variables:
HELM_CUSTOM_VALUES_FILE_2: "values-polkadot.yaml"
HELM_REPO: "helm/"
DOCKERFILE_DIRECTORY: "./"
CI_IMAGE: "quay.io/buildah/stable:v1.29"
CI_IMAGE: "$BUILDAH_IMAGE" # defined in group variables
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
NODE_IMAGE: "node:18"
BENCHMARK_IMAGE: "paritytech/node-wrk:latest"
Expand Down

0 comments on commit 37344bf

Please sign in to comment.