Skip to content

Commit

Permalink
set up docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jul 9, 2024
1 parent bcc4afa commit 7c6c2a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/modelconverter_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Docker on MacOS
if: ${{ matrix.os == 'macos-13' }}
uses: douglascamata/setup-docker-macos-action@v1-alpha
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 7c6c2a1

Please sign in to comment.