Skip to content

Commit

Permalink
Update standalone-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cociweb authored Jan 25, 2024
1 parent bac148f commit 8e54765
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/standalone-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.ACTION_TOKEN }}

-
name: Set up QEMU
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ matrix.type.arch }}
Expand All @@ -49,4 +41,4 @@ jobs:
platform: ${{ matrix.type.platform }}
username: ${{ github.repository_owner }}
password: ${{ secrets.ACTION_TOKEN }}
pushImage: false
pushImage: false

0 comments on commit 8e54765

Please sign in to comment.