Browse Source

Update dockerhub.yml

tomo 1 year ago
parent
commit
522c953860
1 changed files with 1 additions and 1 deletions
  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/}