Skip to content

Commit 1b67370

Browse files
committed
fix workflow part XII
1 parent 98a1d02 commit 1b67370

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
runs-on: ubuntu-latest
3535
needs: build-image
3636
container:
37-
image: ${{ env.cr_image }}:${{ needs.build-image.outputs.image_tag }}
37+
#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 }}
3839
steps:
3940
- run: ls
4041

0 commit comments

Comments
 (0)