Update .gitea/workflows/build.yaml
Some checks failed
Build docker container / Build image (push) Failing after 8s

This commit is contained in:
ties 2024-08-27 08:02:13 +00:00
parent fcd8469dce
commit 1070013088

View File

@ -13,6 +13,7 @@ jobs:
IMAGE_NAME: example-image IMAGE_NAME: example-image
REGISTRY: git.ties.one REGISTRY: git.ties.one
REPO_OWNER: public REPO_OWNER: public
DOCKER_HOST: unix:///var/run/user/1000/docker.sock
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4