This commit is contained in:
@@ -60,9 +60,9 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
build-args: |
|
build-args: |
|
||||||
NUXT_PUBLIC_ENDPOINT=${{ env.NUXT_PUBLIC_ENDPOINT }}
|
NUXT_PUBLIC_ENDPOINT=${{ vars.NUXT_PUBLIC_ENDPOINT }}
|
||||||
NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT=${{ env.NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT }}
|
NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT=${{ vars.NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT }}
|
||||||
NUXT_PUBLIC_WELCOME_MESSAGE="Do I really have to override this manually?"
|
NUXT_PUBLIC_WELCOME_MESSAGE=${{ vars.NUXT_PUBLIC_WELCOME_MESSAGE }}
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|||||||
Reference in New Issue
Block a user