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 57ff22f commit 95ee472Copy full SHA for 95ee472
.github/workflows/pull_request.yaml
@@ -56,7 +56,7 @@ jobs:
56
run: echo "api-docker-tag=myregistry/api:${{ github.event.pull_request.head.sha }}" >> $GITHUB_OUTPUT
57
58
- name: Build and push api
59
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0c
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
60
with:
61
file: api/src/api/Dockerfile
62
tags: ${{ steps.api-docker-tag.outputs.api-docker-tag }}
0 commit comments