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

This commit is contained in:
2025-12-08 23:33:35 -05:00
parent b6bdfd8f11
commit 107a3b1906

View File

@@ -12,7 +12,6 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:act-latest image: ghcr.io/catthehacker/ubuntu:act-latest
options: >- options: >-
--privileged --privileged
-v /var/run/docker.sock:/var/run/docker.sock
env: env:
REGISTRY: ${{ secrets.REGISTRY_HOST }} REGISTRY: ${{ secrets.REGISTRY_HOST }}
OWNER_REPO: ${{ github.repository }} OWNER_REPO: ${{ github.repository }}