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.
1 parent 560d6fc commit cce7decCopy full SHA for cce7dec
.github/workflows/publish-docker.yml
@@ -34,7 +34,7 @@ jobs:
34
images: ${{ env.REGISTRY }}/${{ github.repository }}
35
36
- name: Build Docker Image and Push to Container Registry
37
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
38
with:
39
context: .
40
push: ${{ github.event_name != 'pull_request' }}
0 commit comments