Skip to content

Commit

Permalink
feat - continue to generate image
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneSchmitz committed Dec 1, 2023
1 parent 8452bc0 commit 58097e7
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release files
name: Image Builder
on:
push:
jobs:
Expand All @@ -9,16 +9,20 @@ jobs:
with:
image-name: ucia
verbose-output: true
# enable-ssh: 1
enable-ssh: 1
# keyboard-keymap: fr
# # keyboard-layout:
# disable-first-boot-user-rename: 1
# hostname: ucia
# username: pi
# password: 'rosa'
# release: buster
# wpa-essid: 'ucia'
# wpa-password : 'rosa'
disable-first-boot-user-rename: 1
hostname: ucia
username: pi
password: 'rosa'
release: buster
wpa-essid: 'ucia'
wpa-password : 'rosa'
- uses: actions/upload-artifact@v3
with:
name: ucia
path: ${{ steps.build.outputs.image-path }}
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
Expand Down

0 comments on commit 58097e7

Please sign in to comment.