Skip to content

Commit

Permalink
ci: invalid tag condition
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 10, 2023
1 parent 3be9ac5 commit 58f6685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
images: ${{ inputs.image_org }}/${{ inputs.image_name }}
tags: |
type=semver,pattern={{version}},value=${{inputs.image_version}},enable=${{ inputs.image_version != '' }}
type=sha,format=long,enable=${{ inputs.image_version != '' }}
type=sha,format=long,enable=${{ inputs.image_version == '' }}
- name: Configure docker layer cache
uses: ./.github/actions/s3-layer-cache-settings
Expand Down

0 comments on commit 58f6685

Please sign in to comment.