Skip to content

Commit 3b6f7b6

Browse files
committed
fix workflow part XXII
1 parent 482d189 commit 3b6f7b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
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
24+
- run: echo "image ${{ steps.get_image.outputs.IMAGE }}"
2425
# build container image for package creation
2526
- run: docker pull ${{ steps.get_image.outputs.IMAGE }} || docker build -t ${{ steps.get_image.outputs.IMAGE }} -f dockerfiles/checkmk/Dockerfile .
2627
- run: docker push ${{ steps.get_image.outputs.IMAGE }}

0 commit comments

Comments
 (0)