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 314afae commit 987b6fdCopy full SHA for 987b6fd
.github/workflows/prod-pipeline.yml
@@ -29,4 +29,4 @@ jobs:
29
DOCKER_USER: ${{ secrets.DOCKER_USER }}
30
DOCKER_AUTH: ${{ secrets.DOCKER_AUTH }}
31
DOCKER_BASE_TAG: v3-prod
32
- DOCKER_DEV_TAG: ${{ github.ref_name }}
+ DOCKER_DEV_TAG: ${{ github.event.release.target_commitish }}
0 commit comments