Skip to content

Commit

Permalink
tesstt
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanovsstoyan committed Aug 8, 2024
1 parent 3a3ce69 commit 99fb418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/java-gradle-build-jib/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ runs:
with:
images: ${{ inputs.image-name }}
tags: |
event=push,type=raw,value=${{ inputs.image-tag }}
event=pr,type=raw,value=${{ inputs.image-tag }}
event=tag,type=semver,pattern={{ version }}
event=push,branch=main,type=raw,value=latest
Expand All @@ -100,6 +98,8 @@ runs:
with:
images: ${{ inputs.image-name }}
tags: |
event=push,type=raw,value=${{ inputs.additional-tags }}
event=pr,type=raw,value=${{ inputs.additional-tags }}
event=tag,type=semver,pattern={{ version }}
event=push,branch=main,type=raw,value=latest
Expand Down

0 comments on commit 99fb418

Please sign in to comment.