Skip to content

Commit e59379f

Browse files
chore(deps)(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c59d73 commit e59379f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
type=sha
7676
7777
- name: Build and push Server image
78-
uses: docker/build-push-action@v5
78+
uses: docker/build-push-action@v6
7979
with:
8080
context: .
8181
file: ./file-storage-server/Dockerfile
@@ -86,7 +86,7 @@ jobs:
8686
cache-to: type=gha,mode=max
8787

8888
- name: Build and push Client image
89-
uses: docker/build-push-action@v5
89+
uses: docker/build-push-action@v6
9090
with:
9191
context: .
9292
file: ./file-storage-client/Dockerfile

0 commit comments

Comments
 (0)