Skip to content

Commit

Permalink
Fix image tag for review builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DistroByte committed Jan 29, 2024
1 parent 06926f5 commit 11a7d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/templates/blockbot-review.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ job "blockbot-[[.environment_slug]]" {
driver = "docker"

config {
image = "ghcr.io/redbrick/blockbot:[[.git_sha]]"
image = "ghcr.io/redbrick/blockbot:sha-[[.git_sha]]"
}

resources {
Expand Down

0 comments on commit 11a7d5a

Please sign in to comment.