Fix wrong syntax for build-args
All checks were successful
Build-and-publish podman-in-docker / build-and-push (push) Successful in 38s

This commit is contained in:
2026-02-07 19:59:54 +03:00
parent 23c761b4f8
commit 610e7588e5

View File

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