Skip to content

Commit

Permalink
Try another time (SEIXAS, Raul)
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood authored May 15, 2024
1 parent f573983 commit 31e059a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 31e059a

Please sign in to comment.