Skip to content

Commit

Permalink
patch workflow to test RC
Browse files Browse the repository at this point in the history
  • Loading branch information
shaan1337 committed Oct 21, 2024
1 parent 9d799a4 commit f58dcd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
echo "docker_container=eventstoredb-commercial" >> $GITHUB_OUTPUT
;;
"preview")
echo "docker_repo=eventstore-preview" >> $GITHUB_OUTPUT
echo "docker_container=eventstore-ee" >> $GITHUB_OUTPUT
;;
*)
echo "docker_repo=eventstore-ce" >> $GITHUB_OUTPUT
echo "docker_container=eventstoredb-ce" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f58dcd4

Please sign in to comment.