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

Commit e865a23

Browse files
authored
Merge pull request #35 from vim/dependabot/github_actions/development/docker/build-push-action-5.4.0
chore(deps): bump docker/build-push-action from 4.0.0 to 5.4.0
2 parents 064a18f + 4798f56 commit e865a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-push-cms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ghcr.io/${{ github.repository }}/cms
4040
4141
- name: Build and push Docker images
42-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
42+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
4343
with:
4444
context: ./cms
4545
file: ./cms/Dockerfile.prod

.github/workflows/build-push-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ghcr.io/${{ github.repository }}/web
4040
4141
- name: Build and push Docker images
42-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
42+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
4343
with:
4444
context: ./web
4545
file: ./web/Dockerfile.prod

0 commit comments

Comments
 (0)