Skip to content

Commit

Permalink
bump docker/build-push-action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Sep 24, 2024
1 parent edff7b3 commit 2cdf510
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
tags: |
Expand Down

0 comments on commit 2cdf510

Please sign in to comment.