Skip to content

Commit

Permalink
chore(deps): 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 Oct 29, 2024
1 parent 1a417aa commit e8bcb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: contains( github.ref, 'master' ) || contains( github.base_ref, 'master' )

- name: publish release docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand All @@ -94,7 +94,7 @@ jobs:
if: contains( github.ref, 'develop' ) || contains( github.base_ref, 'develop' )

- name: publish preview docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit e8bcb05

Please sign in to comment.