Skip to content

Commit cd7da6d

Browse files
build(deps): 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] <[email protected]>
1 parent 9555512 commit cd7da6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ jobs:
461461
username: ${{ github.repository_owner }}
462462
password: ${{ secrets.GITHUB_TOKEN }}
463463

464-
- uses: docker/build-push-action@v3
464+
- uses: docker/build-push-action@v4
465465
with:
466466
push: true
467467
file: Dockerfile

0 commit comments

Comments
 (0)