Update shareforge.yaml

This commit is contained in:
Kyle Speight
2025-10-12 23:20:31 -07:00
committed by GitHub
parent c720dd8518
commit a3011aa59a
+2 -2
View File
@@ -43,5 +43,5 @@ jobs:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: | tags: |
ghcr.io/${{ steps.lower-repo.outputs.repository }}/yolks:python_${{ matrix.tag }} ghcr.io/${{ steps.lower-repo.outputs.repository }}/shareforge:shareforge_${{ matrix.tag }}
${{ github.repository_owner == 'kylehost' && format('ghcr.io/kylehost/yolks:shareforge_{0}', matrix.tag) || '' }} ${{ github.repository_owner == 'kylehost' && format('ghcr.io/kylehost/shareforge:shareforge_{0}', matrix.tag) || '' }}