diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 87d40b4..9dbc209 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - name: Build Splatoon edition env: - CI_REGISTRY_IMAGE: git.spbr.net/Spacebar/rust-nex + CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex CI_COMMIT_SHORT_SHA: ${{ github.sha }} run: ./.ci-scripts/make-edition.sh splatoon @@ -60,6 +60,6 @@ jobs: - name: Build Friends edition env: - CI_REGISTRY_IMAGE: git.spbr.net/Spacebar/rust-nex + CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex CI_COMMIT_SHORT_SHA: ${{ github.sha }} run: ./.ci-scripts/make-edition.sh friends