Skip to content

Commit 9da3756

Browse files
ci: bump docker/build-push-action from 6.8.0 to 6.9.0 (#222)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 253c542 commit 9da3756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
core.setOutput("docker-tags", docker_tags);
102102
103103
- name: Push Docker image
104-
uses: docker/build-push-action@v6.8.0
104+
uses: docker/build-push-action@v6.9.0
105105
id: docker_build_and_push
106106
with:
107107
context: .

0 commit comments

Comments
 (0)