feat: add build args to ci script

This commit is contained in:
Christy Jacob
2023-06-06 19:49:08 +05:30
parent cb303ca71b
commit ba47e7ddc0
+3 -5
View File
@@ -11,11 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: test
run: |
echo ${{ github.ref_name }}
echo ${{ github.ref }}
- name: Checkout repository
uses: actions/checkout@v3
with:
@@ -44,5 +39,8 @@ jobs:
platforms: linux/amd64
build-args: |
VERSION=${{ steps.meta.outputs.version }}
VITE_APPWRITE_GROWTH_ENDPOINT=https://growth.appwrite.io/v1
VITE_GA_PROJECT=G-L7G2B6PLDS
VITE_CONSOLE_MODE=cloud
push: true
tags: ${{ steps.meta.outputs.tags }}