Skip to content

Commit

Permalink
feat(registry): login with default github token (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomichaelsousa authored Jul 11, 2023
1 parent f1a335c commit 216ca4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
registry: ${{env.REGISTRY}}/${{ matrix.app }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Docker metadata
id: meta
Expand Down

0 comments on commit 216ca4d

Please sign in to comment.