We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc7a7ca + 8573f3a commit a615a7eCopy full SHA for a615a7e
.github/workflows/image.yml
@@ -25,7 +25,7 @@ jobs:
25
password: ${{ secrets.GITHUB_TOKEN }}
26
registry: ghcr.io
27
- name: Push to GitHub Packages
28
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v5
29
with:
30
push: ${{ github.event_name != 'pull_request' }}
31
tags: ghcr.io/${{ github.repository }}/core:latest
0 commit comments