Skip to content

Commit

Permalink
trying explicit username/repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoav committed Apr 28, 2023
1 parent 263740c commit 4f63c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: minimalcompact
password: ${{ secrets.GITHUB_TOKEN }}
- name: get thumbor version
id: thumbor
Expand Down

0 comments on commit 4f63c79

Please sign in to comment.