Skip to content

Commit

Permalink
Fix local docker tag to match the one produced by CI (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Sep 29, 2023
1 parent ed9a51f commit c76f5b4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
},
"[terraform]": {
"editor.defaultFormatter": "hashicorp.terraform"
}
}
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ target "docker-metadata-action" {}
target "docker-platforms" {}

target "default" {
inherits = ["docker-metadata-action", "docker-platforms"]
inherits = ["docker-metadata-action", "docker-platforms"]
}
2 changes: 1 addition & 1 deletion docker-bake.override.hcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
target "default" {
tags = ["cartesi/rollups-subsquid:devel"]
tags = ["cartesi/rollups-explorer-api:devel"]
}
8 changes: 4 additions & 4 deletions docker-bake.platforms.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target "docker-platforms" {
platforms = [
"linux/amd64",
"linux/arm64"
]
platforms = [
"linux/amd64",
"linux/arm64"
]
}

0 comments on commit c76f5b4

Please sign in to comment.