Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,7 @@ jobs:
ghcr.io/thedancingdeveloper-org/ngms:latest
ghcr.io/thedancingdeveloper-org/ngms:sha-${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
# The first canonical push uploaded the image successfully, then
# wedged for more than 20 minutes exporting its optional GHA cache.
# Keep cache reads, but do not let cache publication hold the image
# delivery gate open indefinitely on the self-hosted publisher.
Loading