Updated release workflow.
Some checks failed
ci / build-test (push) Successful in 2m21s
ci / publish-image (push) Has been skipped
release / Build & Publish Image (push) Failing after 2s
release / Create Gitea Release (push) Has been skipped
release / Deploy API (Production) (push) Has been skipped

This commit is contained in:
2025-12-08 10:20:27 -05:00
parent 98138ad644
commit b6bdfd8f11

View File

@@ -8,6 +8,11 @@ jobs:
build-and-publish-image:
name: Build & Publish Image
runs-on: [self-hosted, linux, x64, docker] # NAS or any Linux runner with Docker
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
options: >-
--privileged
-v /var/run/docker.sock:/var/run/docker.sock
env:
REGISTRY: ${{ secrets.REGISTRY_HOST }}
OWNER_REPO: ${{ github.repository }}