Skip to content

Commit b8c703b

Browse files
chore(deps): bump docker/build-push-action from 5 to 6 (#401)
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-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 b295249 commit b8c703b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_publish_docker_image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo ::set-output name=tags::${TAGS}
4646
4747
- name: Build and push
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@v6
4949
with:
5050
build-args: |
5151
BUILDKIT_CONTEXT_KEEP_GIT_DIR=1

0 commit comments

Comments
 (0)