cio
This commit is contained in:
parent
a19f443b22
commit
df2e3bf89e
|
|
@ -22,7 +22,8 @@ jobs:
|
|||
|
||||
## Login no 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
|
||||
- name: Build and Tag Docker Image
|
||||
|
|
|
|||
Loading…
Reference in New Issue