gitea action: Use string for build-args
All checks were successful
deploy / docker (push) Successful in 1m12s
All checks were successful
deploy / docker (push) Successful in 1m12s
This commit is contained in:
parent
da7aa10627
commit
7a5aff5527
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue