木木的木头 2 лет назад
Родитель
Сommit
a82b454d17
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/release.yml

+ 2 - 2
.github/workflows/release.yml

@@ -34,5 +34,5 @@ jobs:
           context: .
           push: true
           tags: |
-            ${{ env.REGISTRY }}/${{ github.actor }}/${{ github.repository }}:${{ steps.get_version.outputs.VERSION }}
-            ${{ env.REGISTRY }}/${{ github.actor }}/${{ github.repository }}:latest
+            ${{ env.REGISTRY }}/${{ github.actor,, }}/${{ github.repository,, }}:${{ steps.get_version.outputs.VERSION }}
+            ${{ env.REGISTRY }}/${{ github.actor,, }}/${{ github.repository,, }}:latest