Skip to content

Commit

Permalink
ci: Do not specify alpha version of setup docker action (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink authored Aug 21, 2023
1 parent fade7a7 commit 84052e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
node-version: 16
- name: Install Docker
uses: douglascamata/setup-docker-macos-action@v1-alpha.6
uses: douglascamata/setup-docker-macos-action@main
- run: docker build -t example:${{ github.sha }} ./.github/tests
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 84052e2

Please sign in to comment.