@@ -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
|
||||
|
||||
Reference in New Issue
Block a user