Skip to content

Commit

Permalink
Abstract owner!
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 8, 2024
1 parent a3331dc commit 8f7b063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
registry: ghcr.io/${{ github.repository_owner }}
username: kachick
username: ${{ github.repository_owner }}
password: ${{ github.token }}
- name: Log pushed outputs
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 8f7b063

Please sign in to comment.