Update build.yaml

pull/10/head
Ilya Sosnovsky 3 years ago committed by GitHub
parent aebab90257
commit 0a410a1724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/build.yaml

@ -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…
Cancel
Save