From 8393c4fa3401149e5bd5c5a796d0cdbde045853d Mon Sep 17 00:00:00 2001 From: ver4a Date: Mon, 14 Apr 2025 16:03:43 +0200 Subject: [PATCH] Fix redhat-actions URL --- .forgejo/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'