Skip to content

Commit

Permalink
fix targets
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples committed Jul 14, 2023
1 parent 3de467d commit b6b8e29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ target "rlang_datascience_4_3_0" {
contexts = {
base = "target:rlang_base_4_3_0"
}
target = "main"
tags = [
"ghcr.io/noteable-io/kernel-r-4.3.0-datascience:${TAG}"
]
Expand All @@ -330,6 +331,7 @@ target "rlang_noteable_4_3_0" {
contexts = {
base = "target:rlang_datascience_4_3_0"
}
target = "main"
tags = [
"ghcr.io/noteable-io/kernel-r-4.3.0-noteable:${TAG}"
]
Expand Down

0 comments on commit b6b8e29

Please sign in to comment.