We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79f557 commit ce8dc7eCopy full SHA for ce8dc7e
.github/workflows/docker.yaml
@@ -1,8 +1,7 @@
1
name: Docker on Tag
2
on:
3
- push:
4
- tags:
5
- - "v*"
+ release:
+ types: [ published ]
6
jobs:
7
build:
8
runs-on: ubuntu-latest
0 commit comments