Change image source label
Some checks failed
os / build (push) Failing after 1s

This commit is contained in:
Anders da Silva Rytter Hansen 2026-05-04 04:46:01 +00:00
commit 18a96fa8d7

View file

@ -56,7 +56,7 @@ jobs:
run: | run: |
# Vi bygger med 'raw-img' lokalt # Vi bygger med 'raw-img' lokalt
buildah bud \ buildah bud \
--label "org.opencontainers.image.source=https://forge.pc-rytteren.dk/${{ github.repository }}" \ --label "org.opencontainers.image.source=https://pc-rytteren.dk/forge/${{ github.repository }}" \
-t raw-img . -t raw-img .
- name: Push to Forgejo Container Registry - name: Push to Forgejo Container Registry