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

View File

@ -20,10 +20,11 @@ jobs:
- name: Convert GitHub Username to Lowercase - name: Convert GitHub Username to Lowercase
run: echo "GITHUB_ACTOR_LOWER=$(echo ${{ github.actor }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV run: echo "GITHUB_ACTOR_LOWER=$(echo ${{ github.actor }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
## Login no GitHub Container Registry (GHCR) ✅ (CORREÇÃO DE IDENTAÇÃO) ## 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.GHCR_PAT }}" | 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
run: | run: |