Change Docker build trigger to on release published
This commit is contained in:
parent
584a3dcc87
commit
1516cb57b4
1 changed files with 2 additions and 3 deletions
5
.github/workflows/docker-build.yml
vendored
5
.github/workflows/docker-build.yml
vendored
|
|
@ -1,9 +1,8 @@
|
||||||
name: 🐳 Build & Push Docker Image
|
name: 🐳 Build & Push Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
branches: [main]
|
types: [published]
|
||||||
tags: ["v*"]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue