Adjust GitHub workflow
This commit is contained in:
parent
9ed04670cd
commit
410592e933
2 changed files with 5 additions and 4 deletions
5
.github/workflows/docker.yaml
vendored
5
.github/workflows/docker.yaml
vendored
|
@ -1,8 +1,9 @@
|
|||
name: Create and publish a Docker image
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue