Skip to content

Commit

Permalink
fix: Suppresion des build args
Browse files Browse the repository at this point in the history
  • Loading branch information
David-IGN committed Oct 14, 2024
1 parent fb1afce commit 9f015ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f015ee

Please sign in to comment.