Skip to content

Commit

Permalink
fix(ci): revert workflow file to its original form
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbarae1921 committed Feb 17, 2025
1 parent 00910a0 commit b0ca36e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:
tags: ghcr.io/toiki-org/toiki-build:latest
push: true
context: ./client
no-cache: true
# cache-from: type=registry,ref=ghcr.io/toiki-org/toiki-build:latest
# cache-to: type=inline
cache-from: type=registry,ref=ghcr.io/toiki-org/toiki-build:latest
cache-to: type=inline
build-args: |
VITE_API_URL=${{ secrets.API_URL }}
Expand Down

0 comments on commit b0ca36e

Please sign in to comment.