Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 19, 2023
1 parent 2453729 commit d83f098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-cli/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variable "LOCAL_PLATFORM" {

target "_common" {
args = {
AWS_CLI_VERSION = ${VERSION}
AWS_CLI_VERSION = "${VERSION}"
}
dockerfile = "Containerfile"
tags = [
Expand All @@ -39,6 +39,6 @@ target "default" {
"org.opencontainers.image.source" = "https://github.com/polymathrobotics/oci"
"org.opencontainers.image.licenses" = "Apache-2.0"
"org.opencontainers.image.description" = "AWS command-line interface."
"org.opencontainers.image.title" = "aws-cli"
"org.opencontainers.image.title" = "${IMAGE_NAME}"
}
}

0 comments on commit d83f098

Please sign in to comment.