We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7076444 commit 748c053Copy full SHA for 748c053
.github/workflows/docker-multistage-build.yml
@@ -90,8 +90,8 @@ jobs:
90
91
NAME_PREV="${{ inputs.artifact_prefix }}-${PRE_HASH}-${VERSION}-${ARCH}-${{ inputs.stage_prev }}"
92
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
+ echo "prev=${NAME_PREV}" >> $GITHUB_OUTPUT
+ echo "curr=${NAME_CURR}" >> $GITHUB_OUTPUT
95
96
- name: "[DEBUG] Show setup"
97
shell: bash
0 commit comments