Skip to content

Commit a775a26

Browse files
authored
Merge pull request #26 from devilbox/release-0.1.37
Docker import downloaded artifact to test it works
2 parents 12cc462 + 76ac1d3 commit a775a26

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,10 @@ jobs:
168168
name: ${{ steps.set-artifact-name.outputs.curr }}
169169
path: ${{ steps.set-artifact-name.outputs.curr }}.tmp
170170
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

Comments
 (0)