Skip to content

Commit

Permalink
setup buildx docker driver
Browse files Browse the repository at this point in the history
  • Loading branch information
heather999 authored Mar 5, 2024
1 parent ad460f3 commit f60d254
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/td-env-gpu-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ jobs:
ls $GITHUB_WORKSPACE
echo $GITHUB_WORKSPACE
ls $GITHUB_WORKSPACE/conda
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker

- name: pull old build
run: |
Expand Down

0 comments on commit f60d254

Please sign in to comment.