Skip to content

Commit

Permalink
fix: Set ghcr.io/ prefix in publish-crates-ghcr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Apr 5, 2024
1 parent 6f97898 commit 4a6eef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
version: ${{ needs.tag.outputs.version }}
branch: ${{ needs.tag.outputs.branch }}
repo: ${{ github.repository }}
tags: "${{ github.repository }}:${{ needs.tag.outputs.version }}"
tags: "ghcr.io/${{ github.repository }}:${{ needs.tag.outputs.version }}"
binary: zenoh-bridge-dds
files: |
zenoh-bridge-dds
Expand Down

0 comments on commit 4a6eef5

Please sign in to comment.