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:
|
||||
push:
|
||||
branches: ['main']
|
||||
release:
|
||||
types: [created]
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
Loading…
Reference in a new issue