Skip to content

Commit

Permalink
Fix Ack detection & bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexus2k committed Apr 22, 2022
1 parent 99d4323 commit 8772ec6
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 @@ -3,15 +3,15 @@ version: 2
jobs:
helmLint:
docker:
- image: web3f/ci-commons:v2.4.6
- image: web3f/ci-commons:v3.0.0
steps:
- checkout
- run:
command: |
helm lint ./charts/matrixbot-ack
buildImage:
docker:
- image: web3f/ci-commons:v2.4.6
- image: web3f/ci-commons:v3.0.0
resource_class: xlarge
steps:
- checkout
Expand All @@ -23,7 +23,7 @@ jobs:
/scripts/build-image.sh web3f/matrixbot-ack .
publishImage:
docker:
- image: web3f/ci-commons:v2.4.6
- image: web3f/ci-commons:v3.0.0
steps:
- checkout
- setup_remote_docker
Expand All @@ -32,15 +32,15 @@ jobs:
/scripts/publish-image.sh web3f/matrixbot-ack
publishChart:
docker:
- image: web3f/ci-commons:v2.4.6
- image: web3f/ci-commons:v3.0.0
steps:
- checkout
- run:
command: |
/scripts/publish-chart.sh
integrationTests:
docker:
- image: web3f/ci-commons:v2.4.6
- image: web3f/ci-commons:v3.0.0
steps:
- checkout
- setup_remote_docker
Expand Down

0 comments on commit 8772ec6

Please sign in to comment.