Skip to content

Commit e23a8af

Browse files
build($GitHub): migrate to the container registry from the Docker registry
Container registry `ghcr.io`, previously was `docker.pkg.github.com` https://docs.github.com/en/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry
1 parent b47f02f commit e23a8af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13-
- name: Publish to GitHub packages
13+
- name: Publish Docker Image to GitHub Packages [Container Registry - ghcr.io]
1414
uses: whoan/docker-build-with-cache-action@v5
1515
with:
16-
registry: docker.pkg.github.com
16+
registry: ghcr.io
1717
username: ${{ github.actor }}
1818
password: ${{ secrets.GITHUB_TOKEN }}
1919
image_name: ${{ github.repository }}/home_guardian

0 commit comments

Comments
 (0)