mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
feat: test upload artifact
This commit is contained in:
parent
13c6666883
commit
8bd822d171
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue