mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
ci: Fix mirror-images step
Blind attempt at fixing the: > 'runs-on' key not defined in Release Docker Image/merge-release > 'runs-on' key not defined in Release Docker Image/merge-maxperf Errors in the release-image CI
This commit is contained in:
@@ -197,8 +197,9 @@ jobs:
|
||||
registry_password: ${{ secrets.BUILTIN_REGISTRY_PASSWORD || secrets.GITHUB_TOKEN }}
|
||||
|
||||
mirror_images:
|
||||
name: "Mirror Images"
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- merge-maxperf
|
||||
- merge-release
|
||||
runs-on: ubuntu-latest
|
||||
uses: ./.forgejo/workflows/mirror-images.yml
|
||||
|
||||
Reference in New Issue
Block a user