Skip to content

Commit

Permalink
chore(renovate): Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent 0d1be0e commit 4c9607a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Build
if: "!startsWith(github.ref, 'refs/tags/')"
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
file: ./Dockerfile
platforms: linux/amd64
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Build and export
if: startsWith(github.ref, 'refs/tags/')
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
file: ./Dockerfile
platforms: linux/amd64
Expand Down

0 comments on commit 4c9607a

Please sign in to comment.