Skip to content

Commit 596cd89

Browse files
authored
fix docker tags (#24)
1 parent f9b9bb5 commit 596cd89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
with:
3333
images: openmindagi/unitree_go2_sdk
3434
tags: |
35-
type=semver,pattern=v{{version}}
36-
type=semver,pattern=v{{major}}.{{minor}}
35+
type=semver,pattern=v{{version}},prefix=v
36+
type=semver,pattern=v{{major}}.{{minor}},prefix=v
3737
type=ref,event=branch
3838
type=sha
3939
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
@@ -71,8 +71,8 @@ jobs:
7171
with:
7272
images: openmindagi/unitree_go2_sdk
7373
tags: |
74-
type=semver,pattern={{version}}
75-
type=semver,pattern={{major}}.{{minor}}
74+
type=semver,pattern={{version}},prefix=v
75+
type=semver,pattern={{major}}.{{minor}},prefix=v
7676
type=ref,event=branch
7777
type=sha
7878
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)