Update .gitea/workflows/build-image.yml
This commit is contained in:
parent
252a0ef7bf
commit
672e1e9c47
@ -7,6 +7,13 @@ on:
|
||||
jobs:
|
||||
init:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install jq
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install jq -y
|
||||
# Your other steps here
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
iventoy: ${{ steps.iventoy.outputs.version }}
|
||||
buildOrNot: ${{ steps.buildOrNot.outputs.buildOrNot }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user