From 479e4fa6c07baac65582c2033f5cd89d3badf3a6 Mon Sep 17 00:00:00 2001 From: red binder Date: Sun, 26 Apr 2026 01:56:27 +0200 Subject: [PATCH] ok this time it will work --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 9ed0250..1cdeb3c 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -60,6 +60,6 @@ jobs: - name: Build Friends edition env: - CI_REGISTRY_IMAGE: ${{ secrets.PACKAGE_URL }} + CI_REGISTRY_IMAGE: ${{ secrets.PACKAGE_URL }}/rust-nex CI_COMMIT_SHORT_SHA: ${{ github.ref_name }} run: ./.ci-scripts/make-edition.sh friends