Skip to content

Commit a11bfa7

Browse files
⬆️ Bump docker/build-push-action from 5 to 6
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]>
1 parent 05a3c2b commit a11bfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ runs:
152152
- name: Build
153153
id: docker_build
154154
if: steps.preparation.outputs.build == 'true' && inputs.docker-username != '' && inputs.docker-password != ''
155-
uses: docker/build-push-action@v5
155+
uses: docker/build-push-action@v6
156156
with:
157157
context: ${{ inputs.working-directory }}
158158
push: ${{ steps.preparation.outputs.push }}

0 commit comments

Comments
 (0)