From de5a7110e8f8018ad197392302410202055eda04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Mon, 10 Jun 2024 10:19:50 +0200 Subject: [PATCH] [CI] Fix setting image-name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cc279c..7ad55c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,5 +14,5 @@ jobs: uses: eu-nebulous/github-actions/.github/workflows/build-and-push-container-image.yml@main with: context: docker - labels: quay.io/nebulous/activemq-broker + image-name: activemq-broker secrets: inherit