re-enable iso build and test final auto release
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 7m50s
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 7m50s
This commit is contained in:
@ -17,8 +17,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '>=1.20.1'
|
go-version: '>=1.20.1'
|
||||||
|
|
||||||
#- name: build iso
|
- name: build iso
|
||||||
# run: make iso
|
run: make iso
|
||||||
|
|
||||||
- name: get commit tag
|
- name: get commit tag
|
||||||
id: vars
|
id: vars
|
||||||
@ -38,5 +38,5 @@ jobs:
|
|||||||
server_url: https://git.tmoron.fr
|
server_url: https://git.tmoron.fr
|
||||||
name: ${{steps.vars.outputs.TAG}}
|
name: ${{steps.vars.outputs.TAG}}
|
||||||
files: |-
|
files: |-
|
||||||
flake.nix
|
nixos.iso
|
||||||
api_key: ${{secrets.RELEASE_TOKEN}}
|
api_key: ${{secrets.RELEASE_TOKEN}}
|
||||||
|
Reference in New Issue
Block a user