Skip to content
Snippets Groups Projects
Commit 1b1649b1 authored by Xiao Gui's avatar Xiao Gui
Browse files

fixed github actions download artefact

parent 9179191c
No related branches found
No related tags found
No related merge requests found
......@@ -42,12 +42,14 @@ jobs:
needs: buildimage
steps:
- name: Download docker image artefact
uses: actions/upload-artifact@v1
uses: actions/download-artifact@v1
with:
name: ${{ env.ARTEFACT_NAME }}
- name: Load artefact as docker image
run: |
docker load -i ${ARTEFACT_NAME}/${DOCKER_SAVE_FILENAME}
# delete artefact, track issue: https://github.community/t5/GitHub-Actions/Delete-artifacts/td-p/38188
# - name: Remove artefact
- uses: actions/checkout@v2
with:
fetch-depth: 2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment