Skip to content

Commit

Permalink
fix(docker): 💚 fix ci merge
Browse files Browse the repository at this point in the history
  • Loading branch information
giosueDelgado committed Jan 13, 2024
1 parent 0dd00ca commit bcbc610
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
env:
REGISTRY: ghcr.io
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Define variables
Expand Down

0 comments on commit bcbc610

Please sign in to comment.