From 39798c212cdb5ed84ce9e2e09217d1ebb1eb6e05 Mon Sep 17 00:00:00 2001 From: Richard Snider Date: Tue, 20 Feb 2024 13:13:08 -0800 Subject: [PATCH] try specifying image name --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ebcf50..4410fc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,9 @@ jobs: context: . push: false tags: bull-monitor:latest - outputs: type=image,push=false + outputs: type=image,name=bull-monitor,push=false + + - run: docker images - run: docker image inspect bull-monitor:latest