mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 06:04:20 +08:00
try again
This commit is contained in:
parent
c4316ce2ef
commit
25e08b9027
1 changed files with 2 additions and 4 deletions
6
.github/workflows/publish-docker.yml
vendored
6
.github/workflows/publish-docker.yml
vendored
|
@ -14,11 +14,9 @@ jobs:
|
|||
run: |
|
||||
echo "BUILD_VER=v0.0.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
|
||||
if ${{ github.head_ref }} = "master" ]
|
||||
then
|
||||
echo "TAG=latest" >>$GITHUB_ENV
|
||||
else
|
||||
echo "TAG=${{ github.head_ref}}" >> $GITHUB_ENV
|
||||
done
|
||||
if ${{ github.head_ref }} = "master" ]
|
||||
echo "TAG=develop" >> $GITHUB_ENV
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue