We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00397b6 commit cfe4378Copy full SHA for cfe4378
1 file changed
.github/workflows/docker-image.yml
@@ -3,6 +3,7 @@ name: Docker Image CI
3
on:
4
push:
5
branches: [ main ]
6
+ tags: ['*']
7
8
jobs:
9
0 commit comments