mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
feat: test upload artifact
This commit is contained in:
parent
2aad9e622b
commit
fa99c4584e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -8,6 +8,7 @@ env:
|
|||
TAG: appwrite-dev
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
name: Setup & Build Appwrite Image
|
||||
|
|
@ -37,7 +38,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: false
|
||||
tags: ${{ TAG }}
|
||||
tags: $TAG
|
||||
load: true
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
|
|||
Loading…
Reference in a new issue