gitea action: Use string for build-args
All checks were successful
deploy / docker (push) Successful in 1m12s

This commit is contained in:
Florian RICHER 2024-10-05 21:12:49 +02:00
parent da7aa10627
commit 7a5aff5527

View file

@ -33,8 +33,8 @@ jobs:
uses: https://github.com/docker/build-push-action@v5
with:
context: .
build-args:
NGINX_VERSION: 1.27.2
build-args: |
"NGINX_VERSION=1.27.2"
file: ./docker/Dockerfile
push: false
tags: gitea.mrdev023.fr/florian.richer/portfolio:latest