mirror of
https://forgejo.merr.is/annika/actions-docker-extract.git
synced 2025-12-10 13:13:15 -05:00
ci: Do not specify alpha version of setup docker action (#22)
This commit is contained in:
parent
fade7a72bc
commit
84052e2208
1 changed files with 1 additions and 1 deletions
2
.github/workflows/platforms.yml
vendored
2
.github/workflows/platforms.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue