From 95aa8aa896f969727c0fc1e6a1b27bc5c3da7ff5 Mon Sep 17 00:00:00 2001 From: Ricardo Campos Date: Thu, 12 Sep 2024 21:48:00 -0300 Subject: [PATCH] ci: fix build tag issue #33 --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 66bad6d..732930e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -37,7 +37,7 @@ jobs: name: Set up Docker Buildx - uses: docker/login-action@v3 - name: Login to Docker Hub + name: Login to GitHub Container Registry with: registry: ghcr.io username: ${{ github.actor }} @@ -48,7 +48,7 @@ jobs: with: push: true context: ./client - tags: rmcampos/tasknote-client:${{ github.event.number }} + tags: ghcr.io/ricardo-campos-org/react-typescript-todolist/client:${{ github.event.number }} build-args: BUILD=${{ github.event.number }} cache-from: type=gha cache-to: type=gha,mode=max