From 2a09c620fdad3a671e17f7e5a5c26233496f22d8 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Wed, 31 Jul 2024 12:00:47 -0700 Subject: [PATCH] update step names --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e70ba6c4..5e7d1288f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -193,10 +193,10 @@ jobs: subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME}} subject-digest: ${{ steps.ghcr-push.outputs.digest }} push-to-registry: true - - name: Log in to the GHCR container registry + - name: Log in to the DockerHub container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: - registry: ${{ env.GHCR_REGISTRY }} + registry: ${{ env.DOCKERHUB_REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push image to DockerHub