Skip to content

Commit

Permalink
log in to container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmccracken committed Oct 29, 2024
1 parent 9fe2fdb commit 0377ab5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/trace-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: docker logout ghcr.io
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: ./

0 comments on commit 0377ab5

Please sign in to comment.