Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnHering committed Oct 24, 2024
1 parent 3fd4543 commit 13a38f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ target "ubuntu-latest" {
UBUNTU_VERSION = "24.04"
CC = "gcc"
}
tags = ["${BASE_TAG}:latest", "{BASE_TAG}:latest-${COMMIT_SHA}"]
tags = ["${BASE_TAG}:latest", "${BASE_TAG}:latest-${COMMIT_SHA}"]
target = "julea"
dockerfile = "Dockerfile.system"

Expand Down

0 comments on commit 13a38f5

Please sign in to comment.