Skip to content

Commit a81c638

Browse files
committed
Fix docker import verify on build stage
1 parent 8278298 commit a81c638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)