We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb39ef commit d3082e0Copy full SHA for d3082e0
.github/workflows/docker-publish.yml
@@ -48,7 +48,7 @@ jobs:
48
# Build and push Docker image with Buildx (don't push on PR)
49
# https://github.com/docker/build-push-action
50
- name: Build and push Docker image
51
- uses: docker/build-push-action@7944f9a25be0279b7713908f16090a214db107ef
+ uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
52
with:
53
context: .
54
push: ${{ github.event_name != 'pull_request' }}
0 commit comments