ci: fix build tag

issue #33
This commit is contained in:
Ricardo Campos
2024-09-12 21:48:00 -03:00
parent ba17ab2100
commit 95aa8aa896
+2 -2
View File
@@ -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