Skip to content

Commit 5b2cd65

Browse files
chore(deps): Bump docker/build-push-action from 5 to 6 (#18)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16e6c29 commit 5b2cd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
type=raw,value=latest
105105
106106
- name: Build and push Docker image
107-
uses: docker/build-push-action@v5
107+
uses: docker/build-push-action@v6
108108
with:
109109
context: .
110110
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)