Skip to content

Commit

Permalink
fix: docker args
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Jun 16, 2024
1 parent b895268 commit 76fc98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
API_ENDPOINT=${{ secrets.STAGING_API_ENDPOINT }}
OPENGRAPH_ENDPOINT=${{ secrets.STAGING_OPENGRAPH_ENDPOINT }}
API_ENDPOINT=https://adofai.gg
OPENGRAPH_ENDPOINT=https://og.afg.ink
DISCORD_INVITE=https://discord.gg/adofaigg
SUPPORT_MAIL=support@adofai.gg
SENTRY_ENV=staging
Expand Down

0 comments on commit 76fc98f

Please sign in to comment.