Skip to content

Commit 1229b15

Browse files
committed
ci: don't prefix digest with @
1 parent 6dfe650 commit 1229b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
workspace: ${{ github.workspace }}/workspace
139139
scripts: ${{ github.workspace }}/scripts
140140
environment: '{ "EDIT_BASE_ARCH": "${{ matrix.arch }}" }'
141-
custopizer: '@${{ needs.build.outputs.digest }}'
141+
custopizer: '${{ needs.build.outputs.digest }}'
142142

143143
deploy:
144144
name: "📦 Deploy"

0 commit comments

Comments
 (0)