This commit is contained in:
JurTI-BR 2025-01-30 18:01:39 -03:00
parent df2e3bf89e
commit c79a881df8
1 changed files with 2 additions and 3 deletions

View File

@ -20,11 +20,10 @@ jobs:
- name: Convert GitHub Username to Lowercase
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)
## Login no GitHub Container Registry (GHCR) ✅ (CORREÇÃO DE IDENTAÇÃO)
- name: Log in to GitHub Container Registry (GHCR)
run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
## Build e Tag da Imagem Docker
- name: Build and Tag Docker Image
run: |