Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
# Docker is used in CI (not Podman) — buildx is the path-of-least-resistance
# for cache and multi-stage builds in GitHub-hosted runners. The runtime
# in prod is Podman; the resulting image is OCI-compliant and works on either.
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: platform/services/uhhcraft/deployment
file: platform/services/uhhcraft/deployment/Dockerfile
Expand Down
Loading