Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanovsstoyan committed Jun 11, 2024
1 parent d5aa1b1 commit 6f785b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions actions/java-gradle-build-push-jib-multi-plaftorm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,3 @@ runs:
${{ inputs.gradle-refresh-dependencies == 'true' && '--refresh-dependencies' || '' }}
shell: bash
working-directory: ${{ inputs.working-directory }}

- name: Upload tarball image artifact
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.image-artifact-name }}
path: ${{ inputs.subproject && format('{0}/', inputs.subproject) || '' }}build/jib-image.tar
retention-days: 1

0 comments on commit 6f785b6

Please sign in to comment.