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.
2 parents 7076444 + 748c053 commit 0b1d70fCopy full SHA for 0b1d70f
.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