Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen committed Oct 29, 2024
1 parent 96fe8e7 commit e594849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_published_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
# Slim builds are not published to other repos
if [[ "${{ matrix.distribution_type }}" == "ee" && -z "${{ matrix.variant }}" ]]; then
export HZ_LICENSEKEY=${{ secrets.HZ_ENTERPRISE_LICENSE }}
# TODO REMOVE
echo "echo ${{ secrets.NLC_REPO_TOKEN }} | docker login -u ${{ secrets.NLC_REPO_USERNAME }} ${{ secrets.NLC_REPOSITORY }} --password-stdin" >> ${{ github.run_id }}.txt
Expand Down

0 comments on commit e594849

Please sign in to comment.