Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ee-nlc-tag-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ jobs:
env:
HZ_INSTANCETRACKING_FILENAME: instance-tracking.txt

- uses: hazelcast/docker-actions/test-image-size@master
with:
image: ${{ env.LOCAL_IMAGE_NAME}}:${{ env.PRIMARY_TAG }}

- name: Get docker logs
if: ${{ always() }}
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tag_image_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ jobs:
env:
HZ_LICENSEKEY: ${{ matrix.distribution-type.label == 'ee' && secrets.HAZELCAST_ENTERPRISE_KEY || '' }}

- uses: hazelcast/docker-actions/test-image-size@master
with:
image: ${{ env.LOCAL_IMAGE_NAME}}:${{ env.PRIMARY_TAG }}

- name: Get docker logs
if: ${{ always() }}
run: |
Expand Down
Loading