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 231b387 commit 40dda3eCopy full SHA for 40dda3e
.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@f2a1d5e99d037542a71f64918e516c093c6f3fc4
+ uses: docker/build-push-action@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6
52
with:
53
context: .
54
push: ${{ github.event_name != 'pull_request' }}
0 commit comments