Skip to content

Commit

Permalink
Fix: env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Jan 22, 2024
1 parent 2ba8858 commit ec53d42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
push: true
tags: ghcr.io/djoamersfoort/media/client:latest
build-args: |
oauth_server=${OAUTH_SERVER}
client_id=${CLIENT_ID}
api_base=${API_BASE}
redirect_url=${REDIRECT_URL}
oauth_server=${{ vars.OAUTH_SERVER }}
client_id=${{ vars.CLIENT_ID }}
api_base=${{ vars.API_BASE }}
redirect_url=${{ REDIRECT_URL }}

0 comments on commit ec53d42

Please sign in to comment.