Skip to content

Commit

Permalink
Merge pull request #119 from FFW-Baudenbach/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/build-push-action-6.11.0

Bump docker/build-push-action from 6.10.0 to 6.11.0
  • Loading branch information
odin568 authored Jan 13, 2025
2 parents 1c71e5d + 16c7f27 commit 7efdb8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push all images
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
platforms: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push all images
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
platforms: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build and push all images
if: startsWith(github.ref, 'refs/tags/')
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
platforms: |
Expand Down

0 comments on commit 7efdb8b

Please sign in to comment.