Skip to content

Commit

Permalink
ops: tweak RMQ image config
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Dec 13, 2023
1 parent 5b67f6b commit 891a651
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
workflow_conclusion:
description: 'Status of workflow trigerring s1seven CD'
description: 'Status of workflow trigerring ticketing CD'
required: false
default: 'success'
type: string
Expand All @@ -22,7 +22,7 @@ on:
workflow_dispatch:
inputs:
workflow_conclusion:
description: 'Status of workflow trigerring s1seven CD'
description: 'Status of workflow trigerring ticketing CD'
required: false
default: 'success'
tag:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"dotenv-pull:all": "npx nx run-many --target=dotenv-pull --projects=auth,expiration,orders,tickets,payments",
"dotenv-push": "node tools/utils/dotenv-push.js",
"dotenv-push:all": "npx nx run-many --target=dotenv-push --projects=auth,expiration,orders,tickets,payments",
"docker:rmq:build": "docker buildx build infra/rabbitmq -f infra/rabbitmq/Dockerfile -t ghcr.io/s1seven/rabbitmq --load",
"docker:rmq:push": "docker buildx build infra/rabbitmq -f infra/rabbitmq/Dockerfile --platform linux/amd64,linux/arm64 -t ghcr.io/s1seven/rabbitmq --push",
"docker:rmq:build": "docker buildx build infra/rabbitmq -f infra/rabbitmq/Dockerfile -t ghcr.io/getlarge/ticketing/rabbitmq --load",
"docker:rmq:push": "docker buildx build infra/rabbitmq -f infra/rabbitmq/Dockerfile --platform linux/amd64,linux/arm64 -t ghcr.io/getlarge/ticketing/rabbitmq --push",
"docker:proxy:build": "docker buildx build infra/nginx --no-cache -f infra/nginx/Dockerfile -t ghcr.io/getlarge/ticketing/nginx-proxy --build-arg TEMPLATE=nginx.template --load",
"docker:proxy:push": "docker buildx build infra/nginx --no-cache -f infra/nginx/Dockerfile --platform linux/amd64,linux/arm64 -t ghcr.io/getlarge/ticketing/nginx-proxy --build-arg TEMPLATE=nginx.template --push",
"docker:proxy:up": "docker run -d --rm --name nginx-proxy --env-file .env -p 0.0.0.0:8080:8080/tcp ghcr.io/getlarge/ticketing/nginx-proxy",
Expand Down

0 comments on commit 891a651

Please sign in to comment.