Browse Source

Revert "Update dockerhub.yml"

This reverts commit 657d604a56.
pull/5228/head
tomo 1 year ago
parent
commit
c12d61c229
No known key found for this signature in database GPG Key ID: 5FB8BCB7CE54EE44
  1. 2
      .github/workflows/dockerhub.yml

2
.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=tomo2403/acme.sh
DOCKER_IMAGE=neilpang/acme.sh
if [[ $GITHUB_REF == refs/tags/* ]]; then
DOCKER_IMAGE_TAG=${GITHUB_REF#refs/tags/}

Loading…
Cancel
Save