Build docker images on tag push
This commit is contained in:
parent
1973428bc6
commit
e77b6d1831
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -3,8 +3,8 @@ name: Create and publish a Docker image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['main']
|
branches: ['main']
|
||||||
release:
|
tags:
|
||||||
types: [created]
|
- '*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
Loading…
Reference in a new issue