Browse Source

Update publish-docker.yml

use generic repo
Matthew R Kasun 3 years ago
parent
commit
4e48e1d0fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish-docker.yml

+ 1 - 1
.github/workflows/publish-docker.yml

@@ -40,4 +40,4 @@ jobs:
           context: .
           context: .
           platforms: linux/amd64, linux/arm64
           platforms: linux/amd64, linux/arm64
           push: true
           push: true
-          tags: gravitl/netmaker:${{ env.TAG }}
+          tags: ${{ github.respository }}:${{ env.TAG }}