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 99fb418 commit 88cbd6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actions/java-gradle-build-jib/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ runs:
images: ${{ inputs.image-name }}
tags: |
event=tag,type=semver,pattern={{ version }}
event=push,branch=main,type=raw,value=latest
- name: Docker metadata additional tags
id: meta
Expand All @@ -101,7 +100,6 @@ runs:
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
- name: Build Docker image without additional tags
if: ${{ github.event.inputs.additional-tags == '' }}
Expand Down

0 comments on commit 88cbd6b

Please sign in to comment.