Browse Source

Merge pull request #947 from gravitl/v0.12.1

V0.12.1
dcarns 3 năm trước cách đây
mục cha
commit
18527251a9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }}