We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a1d02 commit 1b67370Copy full SHA for 1b67370
1 file changed
.github/workflows/build-release-latest.yml
@@ -34,7 +34,8 @@ jobs:
34
runs-on: ubuntu-latest
35
needs: build-image
36
container:
37
- image: ${{ env.cr_image }}:${{ needs.build-image.outputs.image_tag }}
+ #image: ${{ env.cr_image }}:${{ needs.build-image.outputs.image_tag }}
38
+ image: ghcr.io/henriwahl/checkmk-agent-plugin-yum/build:${{ needs.build-image.outputs.image_tag }}
39
steps:
40
- run: ls
41
0 commit comments