Skip to content

Commit 5712646

Browse files
committed
fix: unrequired prefixes left in build commands
1 parent ca2b972 commit 5712646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ tasks:
1111
docker buildx build \
1212
--platform=linux/amd64,linux/arm64 \
1313
--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 \
14+
-t ghcr.io/{{.ORG_NAME}}/{{.PACKAGE_NAME}}:v{{.PROJ_VER}} \
15+
-t ghcr.io/{{.ORG_NAME}}/{{.PACKAGE_NAME}}:latest \
1616
-f Dockerfile .
1717
vars:
1818
PROJ_VER:

0 commit comments

Comments
 (0)