We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375108b commit f5a4c7dCopy full SHA for f5a4c7d
.github/workflows/publish-docker.yaml
@@ -3,7 +3,7 @@ name: Publish Docker image
3
on:
4
push:
5
tags:
6
- - 'v*.*.*'
+ - '*.*.*'
7
jobs:
8
publish:
9
name: Build and publish Docker image
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: release
release:
runs-on: ubuntu-latest
0 commit comments