diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index ede14fe0b..f87301988 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -24,12 +24,6 @@ jobs: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@v4.0.1 @@ -59,14 +53,7 @@ jobs: file: docker/app/Dockerfile context: . push: true - platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=registry,ref=pilos/pilos:buildcache cache-to: type=registry,ref=pilos/pilos:buildcache,mode=max - - name: Upload npm logs - uses: actions/upload-artifact@v2 - if: failure() - with: - name: npm-debug.log - path: /var/www/.npm/_logs/*.log