We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482d189 commit 3b6f7b6Copy full SHA for 3b6f7b6
1 file changed
.github/workflows/build-release-latest.yml
@@ -21,6 +21,7 @@ jobs:
21
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
+ - run: echo "image ${{ steps.get_image.outputs.IMAGE }}"
25
# build container image for package creation
26
- run: docker pull ${{ steps.get_image.outputs.IMAGE }} || docker build -t ${{ steps.get_image.outputs.IMAGE }} -f dockerfiles/checkmk/Dockerfile .
27
- run: docker push ${{ steps.get_image.outputs.IMAGE }}
0 commit comments