Skip to content

Commit 6ce1f4b

Browse files
ci: bump docker/build-push-action from 6.12.0 to 6.13.0 (HumanSignal#698)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc8cb13 commit 6ce1f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
core.setOutput("tags", tags);
110110
111111
- name: Push Docker image
112-
uses: docker/build-push-action@v6.12.0
112+
uses: docker/build-push-action@v6.13.0
113113
id: docker_build_and_push
114114
with:
115115
context: "${{ env.DOCKER_EXAMPLES_DIRECTORY }}/${{ env.backend_dir_name }}"

0 commit comments

Comments
 (0)