Skip to content

Commit

Permalink
Merge pull request #288 from cmahnke/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-f02b80db45

Bump docker/build-push-action from 6.13.0 to 6.14.0 in the github-actions group
  • Loading branch information
cmahnke authored Feb 19, 2025
2 parents b4d02fa + 6738073 commit 6c1725f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dcoker-cache-warmer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
images: |
ghcr.io/${{ github.repository }}/cache-warmer
- name: Push to GitHub Packages
uses: docker/build-push-action@v6.13.0
uses: docker/build-push-action@v6.14.0
with:
context: .
file: ./coins/cache-warmer/docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-iiif-image-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
images: |
ghcr.io/${{ github.repository }}/iiif-image-server
- name: Push to GitHub Packages
uses: docker/build-push-action@v6.13.0
uses: docker/build-push-action@v6.14.0
with:
context: .
file: ./deployment/docker/iiif-image-server/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
images: |
ghcr.io/${{ github.repository }}/web
- name: Push to GitHub Packages
uses: docker/build-push-action@v6.13.0
uses: docker/build-push-action@v6.14.0
with:
context: .
file: ./deployment/docker/web/Dockerfile
Expand Down

0 comments on commit 6c1725f

Please sign in to comment.