mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 16:44:01 +08:00
fix repo name
This commit is contained in:
parent
16738ca9cc
commit
0a792513fb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-docker.yml
vendored
4
.github/workflows/publish-docker.yml
vendored
|
@ -36,8 +36,8 @@ jobs:
|
|||
platforms: linux/amd64, linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
nusak/nusak:${{ env.CI_REF_NAME_SLUG }}
|
||||
nusak/nusak:${{ env.BUILD_VER }}
|
||||
nusak/netmaker:${{ env.CI_REF_NAME_SLUG }}
|
||||
nusak/netmaker:${{ env.BUILD_VER }}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue