Skip to content

Commit

Permalink
Merge pull request #27 from devilbox/release-0.1.39
Browse files Browse the repository at this point in the history
Fix docker import verify on build stage
  • Loading branch information
cytopia authored Apr 1, 2022
2 parents 8278298 + a81c638 commit 3bc15f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-multistage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ jobs:
uses: cytopia/[email protected]
with:
command: |
make load INFILE=${{ steps.set-artifact-name.outputs.curr }}.tmp
make load INFILE=${{ steps.set-artifact-name.outputs.curr }}.tmp/${{ steps.set-artifact-name.outputs.curr }}
if: ${{ inputs.upload_artifact }}

0 comments on commit 3bc15f4

Please sign in to comment.