Add publish to pipeline.
Update deployment docs. Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
c68d5c075f
commit
df55b42d29
12 changed files with 234 additions and 105 deletions
5
.github/workflows/bake.yml
vendored
5
.github/workflows/bake.yml
vendored
|
|
@ -72,7 +72,10 @@ jobs:
|
|||
machine: ${{fromJSON(inputs.machines)}}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Bake
|
||||
env:
|
||||
bake_target: ${{matrix.bake_target}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue