Skip to content

Commit

Permalink
Change image repo to QED
Browse files Browse the repository at this point in the history
  • Loading branch information
mlazowik committed May 6, 2024
1 parent 1f033ce commit 0740648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Export IMAGE_PREFIX"
id: export_image_prefix
run: |
if [ "${{ secrets.IMAGE_PREFIX }}" != "" ]; then IMAGE_PREFIX=${{ secrets.IMAGE_PREFIX }}; else IMAGE_PREFIX=ghcr.io/topolvm/; fi
if [ "${{ secrets.IMAGE_PREFIX }}" != "" ]; then IMAGE_PREFIX=${{ secrets.IMAGE_PREFIX }}; else IMAGE_PREFIX=ghcr.io/qedsoftware/; fi
echo "IMAGE_PREFIX=${IMAGE_PREFIX}" >> ${GITHUB_OUTPUT}
build-images:
Expand Down

0 comments on commit 0740648

Please sign in to comment.