Matthew R Kasun 4 년 전
부모
커밋
fc51a76466
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }}