check if tags exist

This commit is contained in:
2023-12-08 13:51:08 +01:00
parent d8cf79d3bc
commit 2707de296c
2 changed files with 4 additions and 5 deletions

View File

@@ -24,4 +24,4 @@ runs:
shell: bash
run: |
RESULT=$(${{ github.action_path }}/check.sh ${{ inputs.base-image }} ${{ inputs.derived-image }})
echo "differs=$RESULT" >> $GITHUB_OUTPUT
echo "exist=$RESULT" >> $GITHUB_OUTPUT