Delete arguments builder
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 56s
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 56s
This commit is contained in:
parent
18f0c3e504
commit
0aa0792ea3
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -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 }}
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user