Skip to content

Commit

Permalink
ci: revert to old repo name (GH requires it)
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Oct 17, 2024
1 parent afe4b33 commit 0aa0245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: metadata_extraction
uses: docker/metadata-action@v5
with:
images: ghcr.io/shadow
images: ghcr.io/${{ github.repository }}

- name: "Login to GitHub Container Registry"
if: github.event_name == 'push' && github.ref_type == 'tag' # Only login if we push a tag
Expand Down

0 comments on commit 0aa0245

Please sign in to comment.