diff --git a/.forgejo/workflows/build-image.yaml b/.forgejo/workflows/build-image.yaml index 292f24c..d250d23 100644 --- a/.forgejo/workflows/build-image.yaml +++ b/.forgejo/workflows/build-image.yaml @@ -11,7 +11,7 @@ jobs: - uses: 'actions/checkout@v4' - name: 'Build image' - uses: 'redhat-actions/buildah-build@v2' + uses: 'https://github.com/redhat-actions/buildah-build@v2' with: image: 'registry.uncontrol.me/ver4a/oci-builder' containerfiles: 'Dockerfile'