Skip to content

Commit 8136d30

Browse files
changed the determine tag name based on branch condition
1 parent 894ad38 commit 8136d30

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
@@ -57,7 +57,7 @@ jobs:
5757
elif [[ "${{ github.ref }}" == "refs/heads/demo" ]]; then
5858
echo "tagname=demo" >> $GITHUB_ENV
5959
else
60-
echo "tagnames=pullrequest-ignore" >> $GITHUB_ENV
60+
echo "tagname=pullrequest-ignore" >> $GITHUB_ENV
6161
fi
6262
6363
- name: Build Docker Image and optionally push

0 commit comments

Comments
 (0)