From 9f015ee6dab28c5017919ddf7a914e12d447c182 Mon Sep 17 00:00:00 2001 From: David Muriasco Date: Mon, 14 Oct 2024 14:58:13 +0200 Subject: [PATCH] fix: Suppresion des build args --- .github/workflows/docker-publish.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index cff2d89..d448b0c 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -53,8 +53,6 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - build-args: # Spécifier l'argument pour passer le mode de build - TARGET: ${{ github.event.inputs.target }} target: ${{ github.event.inputs.target }} # Dev ou Prod cache-from: type=gha cache-to: type=gha,mode=max