diff --git a/.github/workflows/sync-registry.yaml b/.github/workflows/sync-registry.yaml index 035fbef7c..6702e244b 100644 --- a/.github/workflows/sync-registry.yaml +++ b/.github/workflows/sync-registry.yaml @@ -1,6 +1,5 @@ on: - schedule: - - cron: "0 0 * * *" # Runs every midnight + push: jobs: publish: diff --git a/build-scripts/hack/sync-registry.sh b/build-scripts/hack/sync-registry.sh index 834cdaa4d..09b8a1356 100755 --- a/build-scripts/hack/sync-registry.sh +++ b/build-scripts/hack/sync-registry.sh @@ -5,4 +5,5 @@ docker run -v "${GITHUB_WORKSPACE}/.github/data/sync-registry-config.yaml":/conf --dest docker \ /config.yaml ghcr.io/canonical \ --format oci \ + --all \ --dest-creds "${DEST_CREDS}"