Skip to content

Commit 3bc15f4

Browse files
authored
Merge pull request #27 from devilbox/release-0.1.39
Fix docker import verify on build stage
2 parents 8278298 + a81c638 commit 3bc15f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,5 @@ jobs:
173173
uses: cytopia/shell-command-retry-action@v0.1.3
174174
with:
175175
command: |
176-
make load INFILE=${{ steps.set-artifact-name.outputs.curr }}.tmp
176+
make load INFILE=${{ steps.set-artifact-name.outputs.curr }}.tmp/${{ steps.set-artifact-name.outputs.curr }}
177177
if: ${{ inputs.upload_artifact }}

0 commit comments

Comments
 (0)