This commit is contained in:
JurTI-BR 2025-01-30 17:59:57 -03:00
parent a19f443b22
commit df2e3bf89e
1 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,8 @@ jobs:
## Login no GitHub Container Registry (GHCR) ## Login no GitHub Container Registry (GHCR)
- name: Log in to GitHub Container Registry (GHCR) - name: Log in to GitHub Container Registry (GHCR)
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
## Build e Tag da Imagem Docker ## Build e Tag da Imagem Docker
- name: Build and Tag Docker Image - name: Build and Tag Docker Image