Skip to content

Commit 522c953

Browse files
committed
Update dockerhub.yml
1 parent b6f7710 commit 522c953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
5252
- name: build and push the image
5353
run: |
54-
DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/acme.sh
54+
DOCKER_IMAGE=neilpang/acme.sh
5555
5656
if [[ $GITHUB_REF == refs/tags/* ]]; then
5757
DOCKER_IMAGE_TAG=${GITHUB_REF#refs/tags/}

0 commit comments

Comments
 (0)