Skip to content

Commit

Permalink
feat: add docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsauravsahu committed May 25, 2024
1 parent 8f1d977 commit 4fbf52f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Setup please.build
uses: sagikazarmark/setup-please-action@v0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Run plz command
run: bash -c "$(echo "${PASSED_ENV_VARS}" | jq -r 'to_entries | .[] | "\(.key)=\(.value)"' | xargs); plz run //apps/ui:docker_buildx"
env:
Expand Down

0 comments on commit 4fbf52f

Please sign in to comment.