Skip to content

Commit ed57d92

Browse files
authored
Merge pull request #1493 from gtk-rs/dependabot/github_actions/docker/build-push-action-5
build(deps): bump docker/build-push-action from 1 to 5
2 parents 1beb9eb + 745d358 commit ed57d92

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)