cio
This commit is contained in:
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user