We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb3f27 commit 35e4be5Copy full SHA for 35e4be5
.github/workflows/docker-publish.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Build and push
47
id: docker_build
48
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
49
with:
50
push: ${{ github.event_name != 'pull_request' }}
51
tags: ${{ steps.meta.outputs.tags }}
0 commit comments