Skip to content

Commit

Permalink
Merge pull request #1190 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 3 to 5
  • Loading branch information
sdroege authored Sep 25, 2023
2 parents cc7a7ca + 8573f3a commit a615a7e
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 @@ -25,7 +25,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
- name: Push to GitHub Packages
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/${{ github.repository }}/core:latest

0 comments on commit a615a7e

Please sign in to comment.