♻️ Use ghcr instead of deprecated docker.pkg.github.com

See https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-docker-registry
This commit is contained in:
Lars Gohr
2022-08-05 22:23:02 +02:00
parent db339b8aa6
commit 7a7d2b76d3

View File

@@ -28,10 +28,10 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: elgohr/Publish-Docker-Github-Action@main
with:
name: docker.pkg.github.com/elgohr/publish-docker-github-action/publish-docker-github-action
name: ghcr.io/elgohr/publish-docker-github-action/publish-docker-github-action
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
registry: ghcr.io
integration-test-dockerhub:
runs-on: ubuntu-latest