Updated release workflow.
Some checks failed
Some checks failed
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user