Update .gitea/workflows/build-image.yml

This commit is contained in:
Sthope 2024-04-23 19:45:36 +02:00
parent 252a0ef7bf
commit 672e1e9c47

View File

@ -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 }}