diff --git a/.forgejo/workflows/build-image.yaml b/.forgejo/workflows/build-image.yaml index f69b695..5892d57 100644 --- a/.forgejo/workflows/build-image.yaml +++ b/.forgejo/workflows/build-image.yaml @@ -1,7 +1,6 @@ on: push: - jobs: oci-builder: name: 'Build oci-builder' @@ -10,10 +9,8 @@ jobs: steps: - uses: 'actions/checkout@v4' - - run: env - - name: 'Build image' - uses: 'https://github.com/redhat-actions/buildah-build@v2' + uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2' with: image: 'registry.uncontrol.me/ver4a/oci-builder' containerfiles: 'Dockerfile'