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 739ad36 commit f9b9bb5Copy full SHA for f9b9bb5
.github/workflows/release.yml
@@ -71,8 +71,8 @@ jobs:
71
with:
72
images: openmindagi/unitree_go2_sdk
73
tags: |
74
- type=semver,pattern=v{{version}}
75
- type=semver,pattern=v{{major}}.{{minor}}
+ type=semver,pattern={{version}}
+ type=semver,pattern={{major}}.{{minor}}
76
type=ref,event=branch
77
type=sha
78
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
0 commit comments