Skip to content

Commit 22af75a

Browse files
chore(deps): bump docker/build-push-action from 6.13.0 to 7.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ca877d9...d08e5c3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c07ae4a commit 22af75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
uses: docker/setup-buildx-action@v3
106106

107107
- name: Build image (no push)
108-
uses: docker/build-push-action@v6
108+
uses: docker/build-push-action@v7
109109
with:
110110
context: .
111111
target: production

0 commit comments

Comments
 (0)