Skip to content

Commit

Permalink
build: add codename to buildcache tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBeyer authored May 12, 2023
1 parent ae9c178 commit 9fad738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function "repository" {

function "cacheFrom" {
params = [repository, flavor]
result = ["type=registry,ref=${repository}:_buildcache_${flavor}"]
result = ["type=registry,ref=${repository}:_buildcache-${CODENAME}-${flavor}"]
}

function "cacheTo" {
Expand Down

0 comments on commit 9fad738

Please sign in to comment.