Skip to content

Commit b12cfe4

Browse files
committed
chore: fix typo
1 parent 72b822f commit b12cfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
type=semver,pattern=v{{version}}
7777
type=semver,pattern=v{{major}}.{{minor}}
7878
type=semver,pattern=v{{major}}
79-
type=raw,value=v${{version}}
79+
type=raw,value=v{{version}}
8080
8181
# Build and push Docker image with Buildx (don't push on PR)
8282
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)