Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
michele-sciabarra committed Mar 16, 2024
1 parent ce4be6a commit d1fbd0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ env.MY_GITHUB_USER }}
password: ${{ env.MY_GITHUB_TOKEN }}
username: ${{ secrets.MY_GITHUB_USER }}
password: ${{ secrets.MY_GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit d1fbd0d

Please sign in to comment.