Skip to content

Commit

Permalink
use secrets instead of build_args
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbarae1921 committed Feb 17, 2025
1 parent 5e0b5e4 commit 3d57863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
no-cache: true
# cache-from: type=registry,ref=ghcr.io/toiki-org/toiki-build:latest
# cache-to: type=inline
build-args: |
VITE_API_URL='https://api.toiki.elbarae.me'
build-secrets: |
"VITE_API_URL='https://api.toiki.elbarae.me'"
- name: Build & Publish toiki-nginx
if: steps.filter.outputs.client == 'true' || steps.filter.outputs.nginx == 'true'
Expand Down

0 comments on commit 3d57863

Please sign in to comment.