We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2300d9 commit f4ef12fCopy full SHA for f4ef12f
.github/workflows/docker-publish.yml
@@ -75,7 +75,7 @@ jobs:
75
# https://github.com/docker/build-push-action
76
- name: Build and push Docker image
77
id: build-and-push
78
- uses: docker/build-push-action@4c1b68d83ad20cc1a09620ca477d5bbbb5fa14d0
+ uses: docker/build-push-action@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6
79
with:
80
context: .devcontainer
81
push: ${{ github.event_name != 'pull_request' }}
0 commit comments