Skip to content

Commit

Permalink
ci: Specify version of Docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Aug 18, 2023
1 parent 2c68eed commit 9574e73
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 @@ -43,7 +43,7 @@ jobs:
path: dist
key: build-${{ github.sha }}
- name: Install Docker
uses: douglascamata/setup-docker-macos-action
uses: douglascamata/setup-docker-macos-action@v1-alpha
- run: docker build -t example:${{ github.sha }} ./.github/tests
- uses: ./
id: extract
Expand Down

0 comments on commit 9574e73

Please sign in to comment.