From 31e059a36493270754ef23212241545af6fbfd35 Mon Sep 17 00:00:00 2001 From: Claudemir Todo Bom Date: Tue, 14 May 2024 21:18:14 -0300 Subject: [PATCH] Try another time (SEIXAS, Raul) --- .github/workflows/build-docker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 5b068d6c..a9fd2a1f 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -31,8 +31,8 @@ jobs: - name: Log in to the Container registry uses: docker/login-action@v3 with: - registry: ghcr.io - username: ${{ github.repository_owner }} + registry: ${{ env.REGISTRY }} + username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Docker meta Backend @@ -41,7 +41,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - ghcr.io/ticktez-oss/backend + ghcr.io/ticktez-oss/ticketz-backend # Docker tags based on the following events/attributes tags: | type=ref,event=branch @@ -56,7 +56,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - ghcr.io/ticktez-oss/frontend + ghcr.io/ticktez-oss/ticketz-frontend # Docker tags based on the following events/attributes tags: | type=ref,event=branch