Skip to content

Commit a615a7e

Browse files
authored
Merge pull request #1190 from gtk-rs/dependabot/github_actions/docker/build-push-action-5
build(deps): bump docker/build-push-action from 3 to 5
2 parents cc7a7ca + 8573f3a commit a615a7e

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)