Skip to content

Commit a89a462

Browse files
committed
fix workflow part III
1 parent 331b7e3 commit a89a462

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
# 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 }}
16+
- run: docker pull ${{ env.cr_image }}:${{ github.job }} || docker build -t ${{ env.cr_image }}:${{ github.job }} -f dockerfiles/checkmk/Dockerfile .
17+
- run: docker push ${{ env.cr_image }}:${{ github.job }}
1818

1919
# build-package:
2020
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)