Skip to content

Commit 3740072

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

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.11.0
112+
uses: docker/build-push-action@v6.12.0
113113
id: docker_build_and_push
114114
with:
115115
context: "${{ env.DOCKER_EXAMPLES_DIRECTORY }}/${{ env.backend_dir_name }}"

0 commit comments

Comments
 (0)