Push unified docker images on scheduled runs (#694)

Fixes #693
This commit is contained in:
Bryan Gahagan
2026-04-22 23:46:51 -04:00
committed by GitHub
parent 66639e83f7
commit 5938dbee8f
+1 -1
View File
@@ -121,7 +121,7 @@ jobs:
docker/unified/build-image.sh --${{ matrix.backend }}
- name: Push to GitHub Container Registry
if: ${{ !env.ACT && inputs.push_to_ghcr == true }}
if: ${{ !env.ACT && (github.event_name == 'schedule' || inputs.push_to_ghcr == true) }}
run: |
BASE_TAG="ghcr.io/mostlygeek/llama-swap:unified-${{ matrix.backend }}"
DATE_TAG=$(date -u +%Y-%m-%d)