Matthew R Kasun 4 anni fa
parent
commit
fc51a76466
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/publish-docker.yml

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

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