Ver Fonte

Update dockerhub.yml

tomo há 1 ano atrás
pai
commit
522c953860
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/dockerhub.yml

+ 1 - 1
.github/workflows/dockerhub.yml

@@ -51,7 +51,7 @@ jobs:
           echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
       - name: build and push the image
         run: |
-          DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/acme.sh
+          DOCKER_IMAGE=neilpang/acme.sh
 
           if [[ $GITHUB_REF == refs/tags/* ]]; then
             DOCKER_IMAGE_TAG=${GITHUB_REF#refs/tags/}