Skip to content

Commit

Permalink
Rebuild NLC docker image when base system has changed (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldziedziul authored Aug 29, 2023
1 parent 8a92e70 commit a35c21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@ jobs:
echo "Rebuilding ${{ matrix.version }} EE image"
gh workflow run tag_image_push.yml --ref v${{ matrix.version }} -f HZ_VERSION=${{ matrix.version }} -f EDITIONS=EE
gh workflow run tag_image_push_rhel.yml --ref v${{ matrix.version }} -f HZ_VERSION=${{ matrix.version }}
gh workflow run ee-nlc-tag-push.yml --ref v${{ matrix.version }} -f HZ_VERSION=${{ matrix.version }}
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit a35c21c

Please sign in to comment.