diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0a4679a..5f10da2 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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 \ No newline at end of file