This commit is contained in:
JurTI-BR 2025-01-30 18:05:08 -03:00
parent 51f0b96fc9
commit c8f42ec2c3
1 changed files with 2 additions and 3 deletions

View File

@ -21,9 +21,8 @@ jobs:
run: echo "GITHUB_ACTOR_LOWER=$(echo ${{ github.actor }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
## 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
- name: Log in to GitHub Container Registry (GHCR)
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