Skip to content

Commit

Permalink
add-additional
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanovsstoyan committed Aug 13, 2024
1 parent 6e5bfec commit 3db71c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/java-gradle-build-jib/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ runs:
-Djib.from.platforms=${{ inputs.platforms }} \
${{ inputs.jib-from-image && format('-Djib.from.image={0}', inputs.jib-from-image) || '' }} \
${{ inputs.class && format('-Djib.container.mainClass={0}', inputs.class) || '' }} \
-Djib.to.image=${{ inputs.full-image-name }}:${{ steps.meta.outputs.tags }} \
-Djib.to.image=${{ inputs.full-image-name }}:${{ inputs.image-tag }} \
-Djib.to.tags=$(echo "${{ steps.meta.outputs.tags }}" | tr ',' '\n' | sed 's/.*://') \
${{ inputs.gradle-refresh-dependencies == 'true' && '--refresh-dependencies' || '' }} \
${{ inputs.allow-insecure-registries == 'true' && '-Djib.allowInsecureRegistries=true' || '' }}
shell: bash
Expand Down

0 comments on commit 3db71c0

Please sign in to comment.