Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

chore(deps): bump docker/build-push-action from 5.4.0 to 6.6.1 #99

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-push-cms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ghcr.io/${{ github.repository }}/cms

- name: Build and push Docker images
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
with:
context: ./cms
file: ./cms/Dockerfile.prod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
ghcr.io/${{ github.repository }}/web

- name: Build and push Docker images
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
with:
context: ./web
file: ./web/Dockerfile.prod
Expand Down