We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2b972 commit 5712646Copy full SHA for 5712646
Taskfile.yml
@@ -11,8 +11,8 @@ tasks:
11
docker buildx build \
12
--platform=linux/amd64,linux/arm64 \
13
--push \
14
- -t ghcr.io/anomaly/ghcr.io/{{.ORG_NAME}}/{{.PACKAGE_NAME}}:v{{.PROJ_VER}} \
15
- -t ghcr.io/ghcr.io/{{.ORG_NAME}}/{{.PACKAGE_NAME}}:latest \
+ -t ghcr.io/{{.ORG_NAME}}/{{.PACKAGE_NAME}}:v{{.PROJ_VER}} \
+ -t ghcr.io/{{.ORG_NAME}}/{{.PACKAGE_NAME}}:latest \
16
-f Dockerfile .
17
vars:
18
PROJ_VER:
0 commit comments