Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed May 2, 2024
1 parent 89e8fe5 commit 9c9812d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/docker-build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ push_image=""
cache_tag="pr-cache"

# Only push on main
if [[ "$GITHUB_REF" == refs/head/main ]]; then
if [[ "$GITHUB_REF" == refs/heads/main ]]; then
push_image="--push"
image_platforms="--platform linux/arm/v7,linux/arm64/v8,linux/amd64"
cache_tag="main-cache"
Expand Down

0 comments on commit 9c9812d

Please sign in to comment.