Skip to content

Commit 75273af

Browse files
Update docker-build-and-push.yml
1 parent b5966ae commit 75273af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
elif [[ "${{ github.ref }}" == "refs/heads/hotfix" ]]; then
5151
echo "TAG=hotfix" >> $GITHUB_ENV
5252
else
53-
echo "TAG=${{ github.ref }}" >> $GITHUB_ENV
53+
echo "TAG=pullrequest-ignore" >> $GITHUB_ENV
5454
fi
5555
5656
- name: Build and push Docker images optionally

0 commit comments

Comments
 (0)