diff --git a/.github/workflows/edge.yaml b/.github/workflows/edge.yaml index ca97026..196f920 100644 --- a/.github/workflows/edge.yaml +++ b/.github/workflows/edge.yaml @@ -47,21 +47,21 @@ jobs: images: ghcr.io/${{ github.repository }} tags: | type=edge - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v6 - with: - push: true - tags: ${{ steps.meta.outputs.tags }} +# - name: Set up QEMU +# uses: docker/setup-qemu-action@v3 +# - name: Set up Docker Buildx +# uses: docker/setup-buildx-action@v3 +# - name: Login to GitHub Container Registry +# uses: docker/login-action@v3 +# with: +# registry: ghcr.io +# username: ${{ github.repository_owner }} +# password: ${{ secrets.GITHUB_TOKEN }} +# - name: Build and push +# uses: docker/build-push-action@v6 +# with: +# push: true +# tags: ${{ steps.meta.outputs.tags }} publish-docs: name: Publish edge documentation