mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: test upload artifact
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user