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 9a5ede4 commit 6566c78Copy full SHA for 6566c78
.github/workflows/docker.yml
@@ -4,8 +4,8 @@ name: Create and publish a Docker image
4
5
on:
6
push:
7
- branches:
8
- - 'main'
+ tags:
+ - '*.*.*'
9
pull_request:
10
11
env:
0 commit comments