fix: CI runner containers for Forgejo actions
This commit is contained in:
parent
0546b44507
commit
9d9afbe3ad
10 changed files with 547 additions and 320 deletions
|
|
@ -46,6 +46,8 @@ jobs:
|
|||
needs: test
|
||||
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:20-slim
|
||||
outputs:
|
||||
new_tag: ${{ steps.version.outputs.new_tag }}
|
||||
new_version: ${{ steps.version.outputs.new_version }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue