GitHub: Build tags
This commit is contained in:
parent
3a004fc2d0
commit
99fd32bdef
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -3,6 +3,8 @@ name: Docker Image CI
|
|||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in a new issue