diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8be208..8ebcf50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,6 +53,8 @@ jobs: tags: bull-monitor:latest outputs: type=image,push=false + - run: docker image inspect bull-monitor:latest + - run: npm run ci:test # - name: Create Release