mirror of
https://github.com/docker/bake-action.git
synced 2026-01-24 13:04:20 +01:00
preserve quotes for set input field
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
@@ -244,3 +244,24 @@ jobs:
|
||||
working-directory: ${{ env.DESTDIR }}
|
||||
run: |
|
||||
cat sbom.spdx.json | jq
|
||||
|
||||
set:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
registry:
|
||||
image: registry:2
|
||||
ports:
|
||||
- 5000:5000
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
-
|
||||
name: Build
|
||||
uses: ./
|
||||
with:
|
||||
workdir: ./test/go
|
||||
set: |
|
||||
*.platform=linux/amd64
|
||||
*.output=type=image,"name=localhost:5000/name/app:v1.0.0,localhost:5000/name/app:latest",push=true
|
||||
*.tags=
|
||||
|
||||
Reference in New Issue
Block a user