Merge pull request 'Fix Gitea artifact upload action resolution' (#5)
Staging Backend Quality Gate / validate (push) Successful in 12m31s
Staging Backend Quality Gate / publish (push) Failing after 18m48s

This commit was merged in pull request #5.
This commit is contained in:
2026-08-05 23:31:34 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ jobs:
artifacts/staging-images/manifest.env "$GITEA_SHA" "$IMAGE_REPOSITORY" >/dev/null
- name: Upload immutable staging image manifest
uses: https://gitea.com/actions/upload-artifact@v4
uses: actions/upload-artifact@v4
with:
name: staging-image-manifest-${{ gitea.sha }}-${{ gitea.run_attempt }}
path: artifacts/staging-images/manifest.env
@@ -201,7 +201,7 @@ test("Gitea quality gate validates before publishing an immutable ACR manifest",
assert.match(workflow, /get\("os"\)=="linux"/);
assert.match(workflow, /get\("architecture"\)=="amd64"/);
assert.match(workflow, /node frontend\/scripts\/staging-image-manifest\.mjs/);
assert.match(workflow, /uses: https:\/\/gitea\.com\/actions\/upload-artifact@v4/);
assert.match(workflow, /uses: actions\/upload-artifact@v4/);
assert.match(workflow, /name: staging-image-manifest-\$\{\{ gitea\.sha \}\}-\$\{\{ gitea\.run_attempt \}\}/);
assertOrder(workflow, [
"docker login",