diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 158beab..22f3b89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,9 +20,9 @@ jobs: # - # https://github.com/vegardit/docker-gitea-act-runner/issues/23 # name: Fix docker sock permissions # run: sudo chmod 666 /var/run/docker.sock - - # https://github.com/docker/setup-qemu-action - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + # - # https://github.com/docker/setup-qemu-action + # name: Set up QEMU + # uses: docker/setup-qemu-action@v3 - # https://github.com/docker/setup-buildx-action name: Set up Docker Buildx id: buildx @@ -72,7 +72,6 @@ jobs: context: . build-args: | VERSION=${{ steps.meta.outputs.version }} - platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}