File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262 key : ${{ runner.os }}-${{ env.cache-name }}-${{ github.run_id }}
6363 - name : Load built image
6464 run : |
65- docker load --input app.tar
65+ docker load --input ${{ inputs.output_directory }}/ app.tar
6666 - id : " auth"
6767 name : " Authenticate to Google Cloud"
6868 uses :
" google-github-actions/[email protected] " @@ -118,7 +118,7 @@ jobs:
118118 key : ${{ runner.os }}-${{ env.cache-name }}-${{ github.run_id }}
119119 - name : Load built image
120120 run : |
121- docker load --input app.tar
121+ docker load --input ${{ inputs.output_directory }}/ app.tar
122122 - name : Log in to Docker Hub
123123124124 with :
@@ -149,7 +149,7 @@ jobs:
149149 key : ${{ runner.os }}-${{ env.cache-name }}-${{ github.run_id }}
150150 - name : Load built image
151151 run : |
152- docker load --input app.tar
152+ docker load --input ${{ inputs.output_directory }}/ app.tar
153153 - name : Log in to Docker Hub
154154155155 with :
You can’t perform that action at this time.
0 commit comments