From 9342e817337dede2b5e297e8df7c784ec3a3cdbb Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sat, 30 Mar 2024 04:49:11 -0400 Subject: [PATCH] chore: wording on actions should be ghcr.io --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index bdfd976..7ffadff 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -6,7 +6,7 @@ on: jobs: publish: - name: Push Docker image to Docker Hub + name: Build and Publish runs-on: ubuntu-latest steps: - name: Check out the repo @@ -18,7 +18,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Log in to Docker Hub + - name: Log in to ghcr.io uses: docker/login-action@v3 with: registry: ghcr.io