mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 15:14:22 +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: |
|
run: |
|
||||||
echo "BUILD_VER=v0.0.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
|
echo "BUILD_VER=v0.0.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
|
||||||
if ${{ github.head_ref }} = "master" ]
|
if ${{ github.head_ref }} = "master" ]
|
||||||
then
|
|
||||||
echo "TAG=latest" >>$GITHUB_ENV
|
echo "TAG=latest" >>$GITHUB_ENV
|
||||||
else
|
if ${{ github.head_ref }} = "master" ]
|
||||||
echo "TAG=${{ github.head_ref}}" >> $GITHUB_ENV
|
echo "TAG=develop" >> $GITHUB_ENV
|
||||||
done
|
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue