Fix docker image name

This commit is contained in:
2026-04-08 20:24:37 +02:00
parent da7e881311
commit 7027b877d8

View File

@@ -7,7 +7,7 @@ on:
env: env:
ENDPOINT: services-3 ENDPOINT: services-3
STACK: misc STACK: misc
IMAGE: john/daily-counter IMAGE: docker/daily-counter
TAG: ${{ gitea.ref_name }} TAG: ${{ gitea.ref_name }}
CACHE_NAME: cache-python-dependencies-daily-counter CACHE_NAME: cache-python-dependencies-daily-counter
RUNNER_TOOL_CACHE: /toolcache RUNNER_TOOL_CACHE: /toolcache