chore: only generate docker images on demand (#1134)
* chore: only generate docker images on demand * chore: consistent naming
This commit is contained in:
parent
64c5ae214a
commit
5d1be6e94c
|
@ -1,12 +1,9 @@
|
||||||
name: Create and publish a Docker image
|
name: docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [ published ]
|
types: [ published ]
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
Loading…
Reference in New Issue