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 85a5014 + e6a5e23 commit 88e6e86Copy full SHA for 88e6e86
.github/workflows/docker-build-publish.yml
@@ -44,7 +44,7 @@ jobs:
44
password: ${{ secrets.GITHUB_TOKEN }}
45
46
- name: Build and push Docker image
47
- uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
48
with:
49
push: ${{ github.event_name != 'pull_request' }}
50
tags: ${{ steps.meta.outputs.tags }}
0 commit comments