Skip to content

Commit 5ae45da

Browse files
dev: BI-6548 remove unused build arguments (#1219)
Forgot to remove these now unused arguments from when I was struggling with github package annotations
1 parent 53d9204 commit 5ae45da

File tree

1 file changed

+0
-2
lines changed
  • lib/dl_connector_mysql/docker-compose/rogue_mysql_server

1 file changed

+0
-2
lines changed

lib/dl_connector_mysql/docker-compose/rogue_mysql_server/Taskfile.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ tasks:
2323
cmds:
2424
- docker buildx build
2525
--build-context sources="{{.ROGUE_MYSQL_SERVER_SOURCE}}"
26-
--build-arg REPO_OWNER="{{.REPO_OWNER}}"
27-
--build-arg REPO_NAME="{{.REPO_NAME}}"
2826
--tag "ghcr.io/{{.REPO_OWNER}}/{{.REPO_NAME}}/{{.IMG_REPO}}:{{.IMG_TAG}}"
2927
--platform "{{.TARGET_PLATFORM}}"
3028
--annotation="org.opencontainers.image.source=https://github.com/{{.REPO_OWNER}}/{{.REPO_NAME}}"

0 commit comments

Comments
 (0)