Update .gitea/workflows/build-image.yml
This commit is contained in:
		@@ -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 }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user