Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
(hotfix): correct service name in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasForst authored Oct 20, 2022
1 parent 8784f9c commit a5c7d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a5c7d6a

Please sign in to comment.