We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9232423 commit 66abe73Copy full SHA for 66abe73
1 file changed
.github/workflows/build-release-latest.yml
@@ -18,7 +18,7 @@ jobs:
18
username: ${{ github.actor }}
19
password: ${{ secrets.GITHUB_TOKEN }}
20
- id: get_hash
21
- run: echo "HASH=$(ls -lR | xargs | md5sum | cut -d\ -f1)" >> $GITHUB_OUTPUT
+ run: echo "HASH=$(ls -lR mkp | xargs | md5sum | cut -d\ -f1)" >> $GITHUB_OUTPUT
22
- id: get_image
23
run: echo "IMAGE=$(echo ghcr.io/${{ github.repository }} | tr '[:upper:]' '[:lower:]'):${{ steps.get_hash.outputs.HASH }}" >> $GITHUB_OUTPUT
24
# build container image for package creation
0 commit comments