mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 13:03:07 +00:00
ci: allow publish from branch (#228)
This commit is contained in:
parent
9689632eea
commit
fa4533d2cc
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@ -18,6 +18,10 @@ on:
|
||||
stateCommit:
|
||||
description: 'The images will have cheques by the traffic generation'
|
||||
default: 'false'
|
||||
branch:
|
||||
description: 'Branch of this repo to build (default "master")'
|
||||
default: master
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
@ -45,6 +49,8 @@ jobs:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.inputs.branch }}
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user