Skip to content

Commit

Permalink
remove automates_commit_tag as version suffix from funman-base package
Browse files Browse the repository at this point in the history
  • Loading branch information
dgauldie committed Apr 30, 2024
1 parent 29041dc commit ff70513
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ target "funman-base" {
AUTOMATES_COMMIT_TAG = "${AUTOMATES_COMMIT_TAG}"
}
dockerfile = "Dockerfile"
tags = tag("funman-base", "", "${AUTOMATES_COMMIT_TAG}")
tags = tag("funman-base", "", "")
}

target "funman-pypi" {
context = "./docker/pypi"
contexts = {
"${DOCKER_REGISTRY}/${DOCKER_ORG}/funman-base:${VERSION}-${AUTOMATES_COMMIT_TAG}" = "target:funman-base"
"${DOCKER_REGISTRY}/${DOCKER_ORG}/funman-base:${VERSION}" = "target:funman-base"
}
args = {
SIFT_REGISTRY_ROOT = "${DOCKER_REGISTRY}/${DOCKER_ORG}/"
Expand All @@ -123,7 +123,7 @@ target "funman-pypi" {
target "funman-git" {
context = "."
contexts = {
"${DOCKER_REGISTRY}/${DOCKER_ORG}/funman-base:${VERSION}-${AUTOMATES_COMMIT_TAG}" = "target:funman-base"
"${DOCKER_REGISTRY}/${DOCKER_ORG}/funman-base:${VERSION}" = "target:funman-base"
}
args = {
SIFT_REGISTRY_ROOT = "${DOCKER_REGISTRY}/${DOCKER_ORG}/"
Expand Down Expand Up @@ -207,7 +207,7 @@ target "funman-base-multiplatform" {
target "funman-git-multiplatform" {
inherits = ["_platforms", "funman-git"]
contexts = {
"${DOCKER_REGISTRY}/${DOCKER_ORG}/funman-base:${VERSION}-${AUTOMATES_COMMIT_TAG}" = "target:funman-base-multiplatform"
"${DOCKER_REGISTRY}/${DOCKER_ORG}/funman-base:${VERSION}" = "target:funman-base-multiplatform"
}
}
target "funman-api-multiplatform" {
Expand Down

0 comments on commit ff70513

Please sign in to comment.