Ver código fonte

Edit CI Typo

ehfd 4 anos atrás
pai
commit
ef4dd05eaf
1 arquivos alterados com 1 adições e 1 exclusões
  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 }}