Skip to content

Commit

Permalink
Fix docker cache-from for no-system variants
Browse files Browse the repository at this point in the history
See: #343
Change-type: patch
  • Loading branch information
klutchell authored Feb 27, 2024
1 parent b0efd93 commit 47989bd
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 @@ -15,8 +15,8 @@ target "no-systemd" {
inherits = ["default"]
dockerfile = "Dockerfile.no-systemd"
cache-from = [
"docker.io/balena/open-balena-base:no-systemd-latest",
"docker.io/balena/open-balena-base:no-systemd-master",
"docker.io/balena/open-balena-base:latest-no-systemd",
"docker.io/balena/open-balena-base:master-no-systemd",
]
platforms = [
"linux/amd64",
Expand Down

0 comments on commit 47989bd

Please sign in to comment.