sync
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 40s

This commit is contained in:
2025-12-15 07:38:18 -08:00
parent 9b445546da
commit 6ce170e84a
3 changed files with 32 additions and 6 deletions

View File

@@ -12,6 +12,9 @@ jobs:
permissions:
contents: read
packages: write
outputs:
container_sha: ${{ github.sha }}
registry_url: ${{ steps.registry.outputs.url }}
steps:
- name: Checkout repository