Skip to content

Commit

Permalink
Update docker-build-publish-seatadjuster.yml
Browse files Browse the repository at this point in the history
Trying to fix dapr failure during "velocitas init" by installing DAPR up front.
  • Loading branch information
mikehaller authored Nov 27, 2023
1 parent a362cc6 commit 9ab1f7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-publish-seatadjuster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2

- name: Dapr tool installer
uses: dapr/setup-dapr@v1

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
Expand Down

0 comments on commit 9ab1f7c

Please sign in to comment.