Skip to content

Commit

Permalink
update target
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Sep 21, 2024
1 parent 81c3edf commit f554dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,14 @@ target "contracts-bedrock" {
}

target "op-deployer" {
dockerfile = "./ops/docker/Dockerfile.packages"
dockerfile = "ops/docker/op-stack-go/Dockerfile"
context = "."
args = {
GIT_COMMIT = "${GIT_COMMIT}"
GIT_DATE = "${GIT_DATE}"
OP_DEPLOYER_VERSION = "${OP_DEPLOYER_VERSION}"
}
target = "op-deployer"
target = "op-deployer-target"
platforms = split(",", PLATFORMS)
tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/op-deployer:${tag}"]
}

0 comments on commit f554dda

Please sign in to comment.