Skip to content

Commit 96d5ec0

Browse files
committed
fix workflow part XV
1 parent 8b9a60d commit 96d5ec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- id: get_hash
2121
run: echo "HASH=$(ls -lR | xargs | md5sum | cut -d\ -f1)" >> $GITHUB_OUTPUT
2222
- id: get_image
23-
run: echo "(${{ github.repository }} | tr '[:upper:]' '[:lower:]'):${{ steps.get_hash.outputs.HASH }}"
23+
run: echo "$(${{ github.repository }} | tr '[:upper:]' '[:lower:]'):${{ steps.get_hash.outputs.HASH }}"
2424
# build container image for package creation
2525
- run: docker pull ${{ env.cr_image }}:${{ steps.get_hash.outputs.HASH }} || docker build -t ${{ env.cr_image }}:${{ steps.get_hash.outputs.HASH }} -f dockerfiles/checkmk/Dockerfile .
2626
- run: docker push ${{ env.cr_image }}:${{ steps.get_hash.outputs.HASH }}

0 commit comments

Comments
 (0)