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 749c70c commit f633abeCopy full SHA for f633abe
.github/workflows/pull_request.yaml
@@ -53,6 +53,7 @@ jobs:
53
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0c
54
with:
55
file: api/src/api/Dockerfile
56
+ tags: myregistry/api:${{ github.event.pull_request.head.sha }}
57
push: false
58
59
deploy-api-dev:
0 commit comments