Skip to content

Commit 66abe73

Browse files
committed
fix workflow part XXI
1 parent 9232423 commit 66abe73

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
@@ -18,7 +18,7 @@ jobs:
1818
username: ${{ github.actor }}
1919
password: ${{ secrets.GITHUB_TOKEN }}
2020
- id: get_hash
21-
run: echo "HASH=$(ls -lR | xargs | md5sum | cut -d\ -f1)" >> $GITHUB_OUTPUT
21+
run: echo "HASH=$(ls -lR mkp | xargs | md5sum | cut -d\ -f1)" >> $GITHUB_OUTPUT
2222
- id: get_image
2323
run: echo "IMAGE=$(echo ghcr.io/${{ github.repository }} | tr '[:upper:]' '[:lower:]'):${{ steps.get_hash.outputs.HASH }}" >> $GITHUB_OUTPUT
2424
# build container image for package creation

0 commit comments

Comments
 (0)