From 8523b961a46c1af1699f62dc115781c62f198ddb Mon Sep 17 00:00:00 2001 From: Jannik Streek Date: Thu, 21 Dec 2023 17:29:44 +0100 Subject: [PATCH] finalize --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3263619..5ad5c50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,6 @@ on: push: branches: - main - - add-release-workflow env: REGISTRY: ghcr.io @@ -33,10 +32,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - - 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 the Container registry uses: docker/login-action@v3 with: @@ -54,7 +49,6 @@ jobs: uses: docker/build-push-action@v4 with: target: production - platforms: linux/amd64,linux/arm64/v8 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file