From a9e4317331a6d98d5e5dc853014705ad33dfae02 Mon Sep 17 00:00:00 2001 From: Daniel Steigerwald Date: Tue, 16 Jul 2024 19:09:16 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 41 ----------------------------------- 1 file changed, 41 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa01faa84..18e42e23b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,44 +64,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} -# push_to_registry: -# name: Push Docker image to Docker Hub -# runs-on: ubuntu-latest -# permissions: -# packages: write -# contents: read -# attestations: write -# id-token: write -# steps: -# - name: Check out the repo -# uses: actions/checkout@v4 - -# - name: Set up QEMU -# uses: docker/setup-qemu-action@v3 - -# - name: Set up Docker Buildx -# uses: docker/setup-buildx-action@v3 - -# - name: Log in to Docker Hub -# uses: docker/login-action@v3 -# with: -# username: ${{ secrets.DOCKER_USERNAME }} -# password: ${{ secrets.DOCKER_PASSWORD }} - -# - name: Extract metadata (tags, labels) for Docker -# id: meta -# uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 -# with: -# images: evoluhq/evolu - -# - name: Build and push Docker image -# id: push -# uses: docker/build-push-action@v6 -# with: -# platforms: linux/amd64,linux/arm64 -# context: . -# file: ./apps/server/Dockerfile -# push: true -# tags: ${{ steps.meta.outputs.tags }} -# labels: ${{ steps.meta.outputs.labels }} -