Skip to content

Commit

Permalink
Merge pull request #1493 from gtk-rs/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-5

build(deps): bump docker/build-push-action from 1 to 5
  • Loading branch information
sdroege authored Nov 19, 2023
2 parents 1beb9eb + 745d358 commit ed57d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name != 'pull_request' }}
username: ${{ github.actor }}
Expand Down

0 comments on commit ed57d92

Please sign in to comment.