Skip to content

Commit 796c9b2

Browse files
Update docker-build-and-push.yml
1 parent 2f8ad42 commit 796c9b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
elif [[ "${{ github.ref }}" == "refs/heads/demo" ]]; then
4747
echo "TAG=demo" >> $GITHUB_ENV
4848
else
49-
echo "TAG=github.ref_name" >> $GITHUB_ENV
49+
echo "TAG=pullrequest-ignore" >> $GITHUB_ENV
5050
fi
5151
5252
- name: Build and push Docker image optionally

0 commit comments

Comments
 (0)