Skip to content

Commit b516e65

Browse files
[github] bump docker/build-push-action from 4 to 6 (#21)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...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 b51fec0 commit b516e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
if [[ -f hooks/pre_build ]]; then ./hooks/pre_build; fi
107107
108108
- name: Build and push
109-
uses: docker/build-push-action@v4 # See https://github.com/docker/build-push-action
109+
uses: docker/build-push-action@v6 # See https://github.com/docker/build-push-action
110110
with:
111111
context: ${{ env.WORKING_DIRECTORY }}
112112
labels: |

0 commit comments

Comments
 (0)