Skip to content

Commit

Permalink
Fix registry
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Jun 19, 2024
1 parent 0a39a60 commit 1e9d586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
registry: ghcr.io/${{ github.repository_owner }}
registry: ghcr.io/hulks
username: ${{ github.actor }}
password: ${{ github.token }}

0 comments on commit 1e9d586

Please sign in to comment.