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 f6bc004 commit 6937d82Copy full SHA for 6937d82
1 file changed
.github/workflows/docker.yml
@@ -1,11 +1,10 @@
1
name: Build and Push to Docker Hub
2
3
on:
4
+ release:
5
+ types: [published]
6
push:
- branches: [ main, master ]
7
tags: [ 'v*.*.*' ]
- pull_request:
8
9
workflow_dispatch:
10
11
jobs:
0 commit comments