Skip to content

Commit 745d358

Browse files
build(deps): bump docker/build-push-action from 1 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 1 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v1...v5) --- 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 2910bca commit 745d358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Push to GitHub Packages
23-
uses: docker/build-push-action@v1
23+
uses: docker/build-push-action@v5
2424
with:
2525
push: ${{ github.event_name != 'pull_request' }}
2626
username: ${{ github.actor }}

0 commit comments

Comments
 (0)