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 12cc462 + 76ac1d3 commit a775a26Copy full SHA for a775a26
.github/workflows/docker-multistage-build.yml
@@ -168,3 +168,10 @@ jobs:
168
name: ${{ steps.set-artifact-name.outputs.curr }}
169
path: ${{ steps.set-artifact-name.outputs.curr }}.tmp
170
if: ${{ inputs.upload_artifact }}
171
+
172
+ - name: "[Artifact Save] Import (verify)"
173
+ uses: cytopia/[email protected]
174
+ with:
175
+ command: |
176
+ make load INFILE=${{ steps.set-artifact-name.outputs.curr }}.tmp
177
+ if: ${{ inputs.upload_artifact }}
0 commit comments