Skip to content

Commit 7ae345d

Browse files
Bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06398a1 commit 7ae345d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ runs:
131131
- name: Build
132132
id: docker_build
133133
if: inputs.docker-username != '' && inputs.docker-password != ''
134-
uses: docker/build-push-action@v4
134+
uses: docker/build-push-action@v5
135135
with:
136136
context: ${{ inputs.working-directory }}
137137
push: ${{ steps.preparation.outputs.push }}

0 commit comments

Comments
 (0)