Skip to content

Commit 9a04fba

Browse files
author
gurghet
committed
fix: remove invalid lower filter from workflow
1 parent 328f155 commit 9a04fba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
push: true
8080
tags: |
8181
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
82-
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.new_release_version | lower }}
82+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.new_release_version }}
8383
cache-from: type=gha
8484
cache-to: type=gha,mode=max
8585

0 commit comments

Comments
 (0)