We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331b7e3 commit a89a462Copy full SHA for a89a462
1 file changed
.github/workflows/build-release-latest.yml
@@ -13,8 +13,8 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
# build container image for package creation
16
- - run: docker pull ${{ cr_image }}:${{ github.job }} || docker build -t ${{ cr_image }}:${{ github.job }} -f dockerfiles/checkmk/Dockerfile .
17
- - run: docker push ${{ cr_image }}:${{ github.job }}
+ - run: docker pull ${{ env.cr_image }}:${{ github.job }} || docker build -t ${{ env.cr_image }}:${{ github.job }} -f dockerfiles/checkmk/Dockerfile .
+ - run: docker push ${{ env.cr_image }}:${{ github.job }}
18
19
# build-package:
20
# runs-on: ubuntu-latest
0 commit comments