Skip to content

Commit 748c053

Browse files
committed
Fix Syntax error
1 parent 7076444 commit 748c053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-multistage-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
9191
NAME_PREV="${{ inputs.artifact_prefix }}-${PRE_HASH}-${VERSION}-${ARCH}-${{ inputs.stage_prev }}"
9292
NAME_CURR="${{ inputs.artifact_prefix }}-${PRE_HASH}-${VERSION}-${ARCH}-${{ inputs.stage }}"
93-
echo "prev::${NAME_PREV}" >> $GITHUB_OUTPUT
94-
echo "curr::${NAME_CURR}" >> $GITHUB_OUTPUT
93+
echo "prev=${NAME_PREV}" >> $GITHUB_OUTPUT
94+
echo "curr=${NAME_CURR}" >> $GITHUB_OUTPUT
9595
9696
- name: "[DEBUG] Show setup"
9797
shell: bash

0 commit comments

Comments
 (0)