From 5c68ac9e2eda1c28befd25a14cc3c2b6e3965c34 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:22:09 +0200 Subject: [PATCH] fix: try using other variable --- .github/workflows/deployment-docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment-docker-image.yml b/.github/workflows/deployment-docker-image.yml index b3652311c..e0f353995 100644 --- a/.github/workflows/deployment-docker-image.yml +++ b/.github/workflows/deployment-docker-image.yml @@ -13,7 +13,7 @@ permissions: packages: write env: - CI: true + SKIP_ENV_VALIDATION: true REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} TURBO_TELEMETRY_DISABLED: 1 @@ -90,7 +90,7 @@ jobs: cache-to: type=gha,mode=max network: host env: - CI: true + SKIP_ENV_VALIDATION: true - name: Discord notification env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}