mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-29 01:58:26 +00:00
Fix typo
This commit is contained in:
parent
89e8fe580e
commit
a03f0bc562
2
.github/scripts/docker-build.bash
vendored
2
.github/scripts/docker-build.bash
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user