update docker image tag
This commit is contained in:
parent
81f047ef0c
commit
ca5ad88fd2
1 changed files with 2 additions and 1 deletions
|
|
@ -26,5 +26,6 @@ $ clojure -M -m snippets.infra.api
|
|||
At this point I'm using a private AWS ECR repository for the project and deploying it in my homelab.
|
||||
|
||||
```shell
|
||||
$ docker buildx build --platform linux/amd64,linux/arm64 -t 853019563312.dkr.ecr.eu-central-1.amazonaws.com/code-snippets:latest --push .
|
||||
$ export AWS_PROFILE=personal
|
||||
$ docker buildx build --platform linux/amd64,linux/arm64 -t 853019563312.dkr.ecr.eu-central-1.amazonaws.com/snippets-homelabstack:latest --push .
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue