1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-30 10:38:36 +00:00
This commit is contained in:
Brenden Matthews 2024-05-02 15:12:18 -04:00
parent 89e8fe580e
commit a03f0bc562

View File

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