Reviewed-on: #6 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #6.
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
||||
context: ${{ inputs.context }}
|
||||
file: ${{ inputs.dockerfile }}
|
||||
platforms: linux/${{ matrix.arch }}
|
||||
push: ${{ !inputs.dry-run }}
|
||||
push: ${{ inputs.dry-run == false || inputs.dry-run == 'false' }}
|
||||
provenance: false
|
||||
tags: |
|
||||
${{ inputs.registry }}/${{ inputs.repo-name }}:${{ inputs.tag }}-${{ matrix.arch }}
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
|
||||
create_manifest:
|
||||
name: Create manifest
|
||||
if: ${{ !inputs.dry-run }}
|
||||
if: ${{ inputs.dry-run == false || inputs.dry-run == 'false' }}
|
||||
needs:
|
||||
- build_and_push
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user