Skip to content

Commit

Permalink
Change pipelines docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Dec 18, 2024
1 parent 085bfe3 commit 6908a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ target "pipelines" {
contexts = {
"custom-maven" = "target:custom-maven"
}
cache-from = ["632683202044.dkr.ecr.eu-west-1.amazonaws.com/la-pipelines:cache-github"]
tags = ["632683202044.dkr.ecr.eu-west-1.amazonaws.com/la-pipelines:${TAG}"]
cache-from = ["632683202044.dkr.ecr.eu-west-1.amazonaws.com/pipelines:cache-github"]
tags = ["632683202044.dkr.ecr.eu-west-1.amazonaws.com/pipelines:${TAG}"]
}

target "regions" {
Expand Down

0 comments on commit 6908a7e

Please sign in to comment.