Delete arguments builder
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 56s

This commit is contained in:
omaroughriss 2025-07-23 15:57:11 +02:00
parent 18f0c3e504
commit 0aa0792ea3
2 changed files with 0 additions and 5 deletions

View File

@ -36,8 +36,6 @@ jobs:
context: . context: .
push: true push: true
ssh: default ssh: default
build-args: |
ENV_VARS=${{ secrets.ENV_VARS }}
tags: | tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }}

View File

@ -4,9 +4,6 @@ WORKDIR /leCoffre-front
COPY package.json ./ COPY package.json ./
ARG ENV_VARS
RUN echo "${ENV_VARS}" > .env
RUN apk update && apk add --no-cache openssh-client git RUN apk update && apk add --no-cache openssh-client git
# Forward SSH agent via BuildKit (clé jamais écrite dans l'image) # Forward SSH agent via BuildKit (clé jamais écrite dans l'image)