Skip to content

Commit

Permalink
Merge pull request #11 from chabad360/chabad360-patch-1
Browse files Browse the repository at this point in the history
Move to github registry
  • Loading branch information
chabad360 authored Oct 12, 2022
2 parents aee719c + ab9631b commit c2750eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/checkout@v3

- name: Build the Docker image
run: docker build . --file Dockerfile --tag chabad360/htmlproofer
run: docker build . --file Dockerfile --tag ghcr.io/chabad360/htmlproofer

- name: Login to Docker Hub
run: docker login --username=${{ secrets.DOCKER_USER }} --password=${{ secrets.DOCKER_TOKEN }}
run: docker login ghcr.io --username=${{ secrets.DOCKER_USER }} --password=${{ secrets.GITHUB_TOKEN }}

- name: Publish to Docker Registry
run: docker push chabad360/htmlproofer
run: docker push ghcr.io/chabad360/htmlproofer
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:

runs:
using: "docker"
image: "docker://chabad360/htmlproofer"
image: "docker://ghcr.io/chabad360/htmlproofer"
entrypoint: "/entrypoint.sh"

branding:
Expand Down

0 comments on commit c2750eb

Please sign in to comment.