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 dc80a18 commit f0b7e3fCopy full SHA for f0b7e3f
docker-bake.hcl
@@ -108,17 +108,4 @@ target "op-ufm" {
108
}
109
platforms = split(",", PLATFORMS)
110
tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/op-ufm:${tag}"]
111
-}
112
-
113
-target "proxyd" {
114
- dockerfile = "./proxyd/Dockerfile"
115
- context = "./"
116
- args = {
117
- // proxyd dockerfile has no _ in the args
118
- GITCOMMIT = "${GIT_COMMIT}"
119
- GITDATE = "${GIT_DATE}"
120
- GITVERSION = "${GIT_VERSION}"
121
- }
122
- platforms = split(",", PLATFORMS)
123
- tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/proxyd:${tag}"]
124
0 commit comments