publish image
Some checks reported warnings
Build and publish container images / build-and-publish (push) Has been cancelled
Some checks reported warnings
Build and publish container images / build-and-publish (push) Has been cancelled
This commit is contained in:
parent
f1b347300b
commit
494ac3e09a
@ -2,7 +2,10 @@
|
|||||||
name: Build and publish container images
|
name: Build and publish container images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- workflow_dispatch
|
# - workflow_dispatch
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
|
@ -2,9 +2,10 @@
|
|||||||
name: Build container images
|
name: Build container images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
- workflow_dispatch
|
||||||
branches:
|
# push:
|
||||||
- master
|
# branches:
|
||||||
|
# - master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user