mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
♻️ 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:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user