This commit is contained in:
JurTI-BR
2025-01-30 18:05:08 -03:00
parent 51f0b96fc9
commit c8f42ec2c3

View File

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