Skip to content

Commit

Permalink
Merge pull request #3443 from iotaledger/renovate/docker-build-push-a…
Browse files Browse the repository at this point in the history
…ction-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
jorgemmsilva authored Jul 2, 2024
2 parents 96c737d + 1493aef commit f226291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
password: ${{ secrets.IOTALEDGER_DOCKER_PASSWORD }}

- name: Build and push WASP to Dockerhub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -140,7 +140,7 @@ jobs:
BUILD_LD_FLAGS=-X=github.com/iotaledger/wasp/components/app.Version=${{ steps.tagger.outputs.tag }}
- name: Build and push WASP CLI to Dockerhub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./tools/wasp-cli/Dockerfile
Expand Down

0 comments on commit f226291

Please sign in to comment.