From a5c7d6a934ae5c0d6ebe1596376a66c8005523ff Mon Sep 17 00:00:00 2001 From: Lukas Forst Date: Thu, 20 Oct 2022 11:23:53 +0200 Subject: [PATCH] (hotfix): correct service name in the pipeline --- .github/workflows/staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 713072b..53ac56d 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -7,9 +7,9 @@ on: env: # set docker image for the service - i.e. "wire-bot/poll" - DOCKER_IMAGE: wire-bot/don-bot + DOCKER_IMAGE: wire-bot/github-bot # name of the service in the Dagobah - the value for label name, i.e. "polls" - SERVICE_NAME: don + SERVICE_NAME: github jobs: publish: