Browse Source

Merge pull request #946 from gravitl/develop

remove latest tag temporarily
dcarns 3 years ago
parent
commit
c784f992fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish-docker.yml

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

@@ -76,5 +76,5 @@ jobs:
           context: .
           platforms: linux/amd64, linux/arm64
           push: true
-          tags: ${{ github.repository }}:${{ env.TAG }}, ${{ github.respository }}:latest
+          tags: ${{ github.repository }}:${{ env.TAG }}
           build-args: version=${{ env.TAG }}