We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce43317 commit 52e2b60Copy full SHA for 52e2b60
Taskfile.yml
@@ -7,7 +7,7 @@ tasks:
7
desc: builds a publishable docker image
8
cmds:
9
- |
10
- docker build -t anomalyhq/python-lab-server-api:v{{.PROJ_VER}} -f Dockerfile.api .
+ docker buildx build --platform=linux/amd64,linux/arm64 --push -t ghcr.io/anomaly/ghcr.io/{{.ORG_NAME}}/{{.PROJ_NAME}}:v{{.PROJ_VER}} -t ghcr.io/ghcr.io/{{.ORG_NAME}}/{{.PROJ_NAME}}:latest -f Dockerfile .
11
dev:test:
12
desc: runs tests inside the server container
13
summary: |
0 commit comments