Skip to content

Commit

Permalink
fix: Fix docker image matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
baumandm committed Dec 8, 2021
1 parent aec371c commit 7411893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
dockerfile: ./Dockerfile
- name: Convertbot
image: expediagroup/insights-explorer-convertbot
dockerfile: ./packages/slackbot/Dockerfile
dockerfile: ./packages/convertbot/Dockerfile
- name: Slackbot
image: expediagroup/insights-explorer-slackbot
dockerfile: ./packages/convertbot/Dockerfile
dockerfile: ./packages/slackbot/Dockerfile

steps:
- name: Checkout
Expand Down

0 comments on commit 7411893

Please sign in to comment.