Skip to content

Commit 3837977

Browse files
authored
Update build.yaml
fix typo: SS_VERSION
1 parent 3f19c22 commit 3837977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
platforms: ${{ env.PLATFORMS }}
4242
build-args: |
43-
SS_VER=${{ env.SS_VERSION }}
43+
SS_VERSION=${{ env.SS_VERSION }}
4444
tags: |
4545
${{ env.IMAGE_NAME }}:${{ env.SS_VERSION }}
4646
${{ env.IMAGE_NAME }}:latest

0 commit comments

Comments
 (0)