Ci : was it this simple
release-tag / release-image (push) Successful in 31s

This commit is contained in:
2024-08-01 12:43:20 +02:00
parent 63519429e6
commit c68446bf25
+3 -3
View File
@@ -60,9 +60,9 @@ jobs:
context: .
file: ./Dockerfile
build-args: |
NUXT_PUBLIC_ENDPOINT=${{ env.NUXT_PUBLIC_ENDPOINT }}
NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT=${{ env.NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT }}
NUXT_PUBLIC_WELCOME_MESSAGE="Do I really have to override this manually?"
NUXT_PUBLIC_ENDPOINT=${{ vars.NUXT_PUBLIC_ENDPOINT }}
NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT=${{ vars.NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT }}
NUXT_PUBLIC_WELCOME_MESSAGE=${{ vars.NUXT_PUBLIC_WELCOME_MESSAGE }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}