From 98009cc4868d85fb69fc4d51bef284f545581025 Mon Sep 17 00:00:00 2001 From: Richard Snider Date: Tue, 20 Feb 2024 12:58:49 -0800 Subject: [PATCH] add step to verify the image details --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) 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