Skip to content

Commit 987b6fd

Browse files
committed
Try to find the target branch name
1 parent 314afae commit 987b6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
DOCKER_USER: ${{ secrets.DOCKER_USER }}
3030
DOCKER_AUTH: ${{ secrets.DOCKER_AUTH }}
3131
DOCKER_BASE_TAG: v3-prod
32-
DOCKER_DEV_TAG: ${{ github.ref_name }}
32+
DOCKER_DEV_TAG: ${{ github.event.release.target_commitish }}

0 commit comments

Comments
 (0)