Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 2a09c62

Browse files
committed
update step names
1 parent fe03db7 commit 2a09c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ jobs:
193193
subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME}}
194194
subject-digest: ${{ steps.ghcr-push.outputs.digest }}
195195
push-to-registry: true
196-
- name: Log in to the GHCR container registry
196+
- name: Log in to the DockerHub container registry
197197
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
198198
with:
199-
registry: ${{ env.GHCR_REGISTRY }}
199+
registry: ${{ env.DOCKERHUB_REGISTRY }}
200200
username: ${{ github.actor }}
201201
password: ${{ secrets.DOCKERHUB_TOKEN }}
202202
- name: Build and push image to DockerHub

0 commit comments

Comments
 (0)