File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -51,20 +51,12 @@ jobs:
5151 - name : Determine Tag Name Based on Branch
5252 id : determine_tag
5353 run : |
54- if [[ "${{ github.ref_name }}" == "main " ]]; then
54+ if [[ "${{ github.ref_name }}" == "byoc-researcher " ]]; then
5555 echo "tagname=latest" >> $GITHUB_OUTPUT
56- elif [[ "${{ github.ref_name }}" == "dev" ]]; then
57- echo "tagname=dev" >> $GITHUB_OUTPUT
58- elif [[ "${{ github.ref_name }}" == "demo" ]]; then
59- echo "tagname=demo" >> $GITHUB_OUTPUT
60- elif [[ "${{ github.ref_name }}" == "dependabotchanges" ]]; then
61- echo "tagname=dependabotchanges" >> $GITHUB_OUTPUT
6256 else
6357 echo "tagname=default" >> $GITHUB_OUTPUT
64-
6558 fi
6659
67-
6860 - name : Build Docker Image and optionally push
6961 uses : docker/build-push-action@v6
7062 with :
You can’t perform that action at this time.
0 commit comments