Skip to content

Commit

Permalink
Update web3f/ci-commons Docker tag to v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 27, 2023
1 parent 82bb663 commit f5d9243
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ orbs:
jobs:
helmLint:
docker:
- image: web3f/ci-commons:v3.1.6
- image: web3f/ci-commons:v3.2.2
steps:
- checkout
- run:
command: |
helm lint ./charts/matrixbot-ack
buildImage:
docker:
- image: web3f/ci-commons:v3.1.6
- image: web3f/ci-commons:v3.2.2
auth:
username: $DOCKER_USER
password: $DOCKER_PASSWORD # context / project UI env-var reference
Expand All @@ -29,7 +29,7 @@ jobs:
/scripts/build-image.sh web3f/matrixbot-ack .
publishImage:
docker:
- image: web3f/ci-commons:v3.1.6
- image: web3f/ci-commons:v3.2.2
steps:
- checkout
- setup_remote_docker
Expand All @@ -38,15 +38,15 @@ jobs:
/scripts/publish-image.sh web3f/matrixbot-ack
publishChart:
docker:
- image: web3f/ci-commons:v3.1.6
- image: web3f/ci-commons:v3.2.2
steps:
- checkout
- run:
command: |
/scripts/publish-chart.sh
integrationTests:
docker:
- image: web3f/ci-commons:v3.1.6
- image: web3f/ci-commons:v3.2.2
steps:
- checkout
- setup_remote_docker
Expand Down

0 comments on commit f5d9243

Please sign in to comment.