Skip to content

Commit 78338a3

Browse files
Bump docker/build-push-action from 6 to 7 (#142)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8beb338 commit 78338a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.DOCKERHUB_TOKEN }}
3737
- name: Build and push by digest
3838
id: build
39-
uses: docker/build-push-action@v6
39+
uses: docker/build-push-action@v7
4040
with:
4141
context: .
4242
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)