feat: test upload artifact

This commit is contained in:
Christy Jacob 2023-09-08 21:55:28 +00:00
parent 27f77759ed
commit cf030457e0

View file

@ -51,6 +51,7 @@ jobs:
- name: Cache Docker Image
uses: actions/cache@v3
with:
key: ${{ env.TAG }}
path: /tmp/${{ env.TAG }}.tar
# - name: Upload Docker Image
@ -71,11 +72,17 @@ jobs:
fetch-depth: 1
submodules: recursive
- name: Download artifact
uses: actions/download-artifact@v3
# - name: Download artifact
# uses: actions/download-artifact@v3
# with:
# name: ${{ env.TAG }}
# path: /tmp
- name: Get Cached Docker Image
uses: actions/cache@v3
with:
name: ${{ env.TAG }}
path: /tmp
key: ${{ env.TAG }}
path: /tmp/${{ env.TAG }}.tar
- name: Load Docker image
run: |