From d7b2e90f86777fd7439850cd780d77e8166804f8 Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Sun, 28 Jul 2024 20:07:36 +0200 Subject: [PATCH] asdf --- .github/workflows/build-container.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 2191f888..eccec306 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -8,7 +8,6 @@ on: tags: - 'v*' - env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} @@ -58,12 +57,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - name: Build and push Docker Image - uses: docker/build-push-action@v5 - with: - platforms: linux/amd64,linux/arm64 - context: . - push: true - tags: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:dev' - labels: ${{ steps.meta.outputs.labels }}