From 0aa0792ea34e1a9f4994e8750c956d99afe10443 Mon Sep 17 00:00:00 2001 From: omaroughriss Date: Wed, 23 Jul 2025 15:57:11 +0200 Subject: [PATCH] Delete arguments builder --- .github/workflows/dev.yml | 2 -- Dockerfile | 3 --- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 8364c2b8..ccb9766a 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -36,8 +36,6 @@ jobs: context: . push: true ssh: default - build-args: | - ENV_VARS=${{ secrets.ENV_VARS }} tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }} \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 589a009e..653cdf08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,6 @@ WORKDIR /leCoffre-front COPY package.json ./ -ARG ENV_VARS -RUN echo "${ENV_VARS}" > .env - RUN apk update && apk add --no-cache openssh-client git # Forward SSH agent via BuildKit (clé jamais écrite dans l'image)