diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index c70d6e7..02a8a4e 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -7,7 +7,7 @@ jobs: - name: Checkout uses: https://code.forgejo.org/actions/checkout@v4 - name: Build - uses: redhat-actions/buildah-build@v2 + uses: https://github.com/redhat-actions/buildah-build@v2 with: image: git.sbruder.de/containers/osu #tags: latest @@ -17,7 +17,7 @@ jobs: oci: true - name: Push id: push - uses: redhat-actions/push-to-registry@v2 + uses: https://github.com/redhat-actions/push-to-registry@v2 with: image: ${{ steps.build-image.outputs.image }} tags: ${{ steps.build-image.outputs.tags }}