Fix the dockerfile and workflow

This commit is contained in:
2026-02-07 19:56:56 +03:00
parent ebce06004b
commit 23c761b4f8
2 changed files with 30 additions and 7 deletions

View File

@@ -35,3 +35,6 @@ jobs:
push: ${{github.event_name != 'pull_request'}}
tags: ${{steps.meta.outputs.tags}}
labels: ${{steps.meta.outputs.labels}}
build-args:
- VERSION=v5.7.1
- REPO_MIRROR=${{vars.REPO_MIRROR}}