We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989f6eb commit 0d6280eCopy full SHA for 0d6280e
.github/workflows/docker.yml
@@ -36,7 +36,7 @@ jobs:
36
password: ${{ secrets.GITHUB_TOKEN }}
37
38
- name: Build and push
39
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
40
if: ${{ github.event_name != 'pull_request' }}
41
with:
42
push: true
0 commit comments