Skip to content

Commit

Permalink
Merge pull request #29 from paritytech/as-fix-buildah
Browse files Browse the repository at this point in the history
[ci] Fix buildah
  • Loading branch information
alvicsam authored Nov 15, 2022
2 parents 97a71d2 + 74594aa commit 97275f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ stages:
- build
- deploy

variables: &default-vars
variables:
CI_IMAGE: "node:16.10"
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.27"
APP_PORT: 3000
DEPLOYMENT_IMAGE_REGISTRY: docker.io/paritytech/github-issue-sync
DEPLOYMENT_TAG: $CI_COMMIT_SHORT_SHA-$CI_PIPELINE_ID
Expand Down Expand Up @@ -71,7 +72,7 @@ security-scan:
# template task for building and pushing an image
.build-push-docker-image: &build-push-docker-image
stage: build
image: quay.io/buildah/stable
image: $BUILDAH_IMAGE
script:
- test "$Docker_Hub_User_Parity" -a "$Docker_Hub_Pass_Parity" ||
( echo "no docker credentials provided"; exit 1 )
Expand Down

0 comments on commit 97275f5

Please sign in to comment.