test
This commit is contained in:
@@ -6,11 +6,11 @@ branding:
|
||||
color: blue
|
||||
|
||||
inputs:
|
||||
base-image:
|
||||
image:
|
||||
description: "Base Docker image - follows skopeo format (e.g. docker://rust:slim-buster)"
|
||||
required: true
|
||||
derived-image:
|
||||
description: "Derived Docker image - follows skopeo format (e.g. docker://rust:slim-buster)"
|
||||
tags:
|
||||
description: "list of tags"
|
||||
required: true
|
||||
outputs:
|
||||
differs:
|
||||
@@ -23,5 +23,4 @@ runs:
|
||||
- id: check
|
||||
shell: bash
|
||||
run: |
|
||||
RESULT=$(${{ github.action_path }}/check.sh ${{ inputs.base-image }} ${{ inputs.derived-image }})
|
||||
echo "exist=$RESULT" >> $GITHUB_OUTPUT
|
||||
${{ github.action_path }}/check.sh ${{ inputs.image }} ${{ inputs.tags }}
|
||||
|
||||
Reference in New Issue
Block a user