Skip to content

Commit 837633c

Browse files
Copilotsuperbarne
andcommitted
fix: update misleading Docker Hub references to GitHub Container Registry in workflow
Co-authored-by: superbarne <1502820+superbarne@users.noreply.github.com>
1 parent 0a4847a commit 837633c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626

2727
jobs:
2828
push_to_registry:
29-
name: Push Docker image to Docker Hub
29+
name: Push Docker image to GitHub Container Registry
3030

3131
runs-on: ${{ matrix.config.runs_on }}
3232
env:
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Docker Buildx
6363
uses: docker/setup-buildx-action@v3
6464

65-
- name: Log in to Docker Hub
65+
- name: Log in to GitHub Container Registry
6666
uses: docker/login-action@v3
6767
with:
6868
registry: ghcr.io

0 commit comments

Comments
 (0)