[CI] update output

This commit is contained in:
Corneil du Plessis
2023-05-17 12:47:53 +02:00
parent 1eabce2346
commit 28daf0d127
2 changed files with 3 additions and 2 deletions

View File

@@ -41,5 +41,6 @@ runs:
run: |
jfrog rt mvn ${{ inputs.jf-mvn-build-commands }}
jfrog rt build-publish
echo "::info ::published ${{ inputs.app-dir }}"
working-directory: ${{ inputs.app-dir }}

View File

@@ -69,5 +69,5 @@ runs:
docker tag ${originalImage} ${image}
fi
docker push ${image}
done
echo "::info ::published ${image}"
done