mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 15:14:22 +08:00
fix typo
This commit is contained in:
parent
4c60142e9e
commit
5612a347a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
|
@ -13,7 +13,7 @@ on:
|
|||
name: Set Environment Variables
|
||||
run: |
|
||||
echo "BUILD_VER=v0.0.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
|
||||
if [ ${{ CI_HED_REF }} = "master" ]
|
||||
if [ ${{ CI_HEAD_REF }} = "master" ]
|
||||
then
|
||||
echo "TAG=latest" >>$GITHUB_ENV
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue