diff --git a/action.yaml b/action.yaml index dc83005..dbbb803 100644 --- a/action.yaml +++ b/action.yaml @@ -115,3 +115,9 @@ runs: check_command: log check_message: 'Buildind docker image for ${{ steps.get_version.outputs.version }}' debug: ${{ inputs.debug }} + + - name: Store tag version + shell: bash + run: | + echo "IMAGE_TAGS=${{ inputs.image_tags }}" >> $GITHUB_ENV +