Skip to content

Commit 177711c

Browse files
Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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 afea3ad commit 177711c

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
@@ -121,7 +121,7 @@ runs:
121121
- name: Build
122122
id: docker_build
123123
if: inputs.docker-username != '' && inputs.docker-password != ''
124-
uses: docker/build-push-action@v3
124+
uses: docker/build-push-action@v4
125125
with:
126126
context: ${{ inputs.working-directory }}
127127
push: ${{ steps.preparation.outputs.push }}

0 commit comments

Comments
 (0)