.gitea/workflows/registry.yml aktualisiert
Some checks failed
release-tag / release-image (push) Failing after 1m6s

This commit is contained in:
2024-12-09 21:56:12 +00:00
parent bf7ef5e6ae
commit 2cb2c34419

View File

@@ -4,6 +4,10 @@ on:
jobs:
release-image:
runs-on: ubuntu-latest
env:
DOCKER_ORG: SendNRW
DOCKER_LATEST: latest
RUNNER_TOOL_CACHE: /toolcache
steps:
- name: Checkout
uses: actions/checkout@v3