Skip to content

Commit 8573f3a

Browse files
build(deps): bump docker/build-push-action from 3 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...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 b6fc603 commit 8573f3a

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
@@ -25,7 +25,7 @@ jobs:
2525
password: ${{ secrets.GITHUB_TOKEN }}
2626
registry: ghcr.io
2727
- name: Push to GitHub Packages
28-
uses: docker/build-push-action@v3
28+
uses: docker/build-push-action@v5
2929
with:
3030
push: ${{ github.event_name != 'pull_request' }}
3131
tags: ghcr.io/${{ github.repository }}/core:latest

0 commit comments

Comments
 (0)