We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9178a7a + 85ca83c commit f372d88Copy full SHA for f372d88
.github/workflows/docker-publish.yml
@@ -67,7 +67,7 @@ jobs:
67
# https://github.com/docker/build-push-action
68
- name: Build and push Docker image
69
id: build-and-push
70
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
71
with:
72
context: ./api
73
push: ${{ github.event_name != 'pull_request' }}
0 commit comments