Skip to content

Commit

Permalink
Fix image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen committed Sep 25, 2024
1 parent a38e78a commit b3b9073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/invoicification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint-check": "biome check .",
"type-check": "tsc --noEmit",
"docker:build": "docker build --platform linux/amd64 -t invoicification:latest -f Dockerfile ../..",
"docker:push:prod": "docker tag rif:latest 891459268445.dkr.ecr.eu-north-1.amazonaws.com/monoweb/prod/invoicification:latest && docker push 891459268445.dkr.ecr.eu-north-1.amazonaws.com/monoweb/prod/invoicification:latest"
"docker:push:prod": "docker tag invoicification:latest 891459268445.dkr.ecr.eu-north-1.amazonaws.com/monoweb/prod/invoicification:latest && docker push 891459268445.dkr.ecr.eu-north-1.amazonaws.com/monoweb/prod/invoicification:latest"
},
"dependencies": {
"@dotkomonline/env": "workspace:*",
Expand Down

0 comments on commit b3b9073

Please sign in to comment.