ehfd il y a 4 ans
Parent
commit
ef4dd05eaf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/docker-publish.yml

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

@@ -33,5 +33,5 @@ jobs:
         with:
           context: .
           push: ${{ github.event_name != 'pull_request' }}
-          tags: latest
+          tags: ${{ env.IMAGE_NAME }}:latest
           labels: ${{ steps.meta.outputs.labels }}