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 67bcaed commit 3516808Copy full SHA for 3516808
.github/workflows/docker-publish.yml
@@ -44,7 +44,7 @@ jobs:
44
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
45
- name: Build and push Docker image
46
id: build-and-push
47
- uses: docker/login-action@v3
+ uses: docker/build-push-action@v5
48
with:
49
context: .
50
push: ${{ github.event_name != 'pull_request' }}
0 commit comments