diff --git a/.github/workflows/standalone-test.yaml b/.github/workflows/standalone-test.yaml index f9b67b7..ed9468e 100644 --- a/.github/workflows/standalone-test.yaml +++ b/.github/workflows/standalone-test.yaml @@ -26,15 +26,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 - - name: Login to GitHub Container Registry - uses: docker/login-action@v3.0.0 - 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 }} @@ -49,4 +41,4 @@ jobs: platform: ${{ matrix.type.platform }} username: ${{ github.repository_owner }} password: ${{ secrets.ACTION_TOKEN }} - pushImage: false \ No newline at end of file + pushImage: false