Skip to content

Commit

Permalink
try to log in ghrc.io
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi committed Aug 29, 2024
1 parent a0c0704 commit d47438f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-n-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@ jobs:
with:
token: ${{ secrets.GIT_PAT }}
fetch-depth: 0



- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
registry: https://ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down

0 comments on commit d47438f

Please sign in to comment.