1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

feat: test upload artifact

This commit is contained in:
Christy Jacob 2023-09-08 21:35:01 +00:00
parent 13c6666883
commit 8bd822d171

View file

@ -84,12 +84,12 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: $TAG
name: ${{ env.TAG }}
path: /tmp
- name: Load Docker image
run: |
docker load --input /tmp/$TAG.tar
docker load --input /tmp/${{ env.TAG }}.tar
docker image ls -a