Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orig committed Sep 9, 2023
1 parent 501c226 commit 68a6938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"executor": "nx:run-commands",
"options": {
"commands": [
"docker build -f apps/frontend/Dockerfile . -t frontend --build-arg DOMAIN={args.domain} --build-arg API_DOMAIN={args.apiDomain} --build-arg CLIENTSIDE_API_DOMAIN={args.clientsideApiDomain}"
"docker build -f apps/frontend/Dockerfile . -t frontend --build-arg DOMAIN={args.domain} --build-arg API_DOMAIN={args.apiDomain} --build-arg CLIENTSIDE_API_DOMAIN={args.clientsideApiDomain}",
"docker image tag frontend ghcr.io/{args.repository}/frontend:master",
"docker push ghcr.io/{args.repository}/frontend:master"
],
Expand Down

0 comments on commit 68a6938

Please sign in to comment.