Update build.yaml
This commit is contained in:
parent
aebab90257
commit
0a410a1724
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Build and publish to Docker Hub (tags only)
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- *
|
||||
name: Build and publish to Docker Hub (releases only)
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Converge
|
||||
|
|
Loading…
Reference in a new issue