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

Commit 4798f56

Browse files
chore(deps): bump docker/build-push-action from 4.0.0 to 5.4.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 5.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@3b5e802...ca052bb) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 759be17 commit 4798f56

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)