Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
ci: correct id for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored Sep 21, 2021
1 parent 88d5736 commit c07e267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: docker_meta
Expand Down

0 comments on commit c07e267

Please sign in to comment.