Fix wrong syntax for build-args
All checks were successful
Build-and-publish podman-in-docker / build-and-push (push) Successful in 38s
All checks were successful
Build-and-publish podman-in-docker / build-and-push (push) Successful in 38s
This commit is contained in:
@@ -35,6 +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}}
|
||||
build-args: |
|
||||
VERSION=v5.7.1
|
||||
REPO_MIRROR=${{vars.REPO_MIRROR}}
|
||||
|
||||
Reference in New Issue
Block a user