From 1799636ba26b957ecb63717df711853ce870265c Mon Sep 17 00:00:00 2001 From: Aaron Bolton Date: Mon, 21 Oct 2024 20:25:56 +0100 Subject: [PATCH] Update github-build-push.yml --- .github/workflows/github-build-push.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/github-build-push.yml b/.github/workflows/github-build-push.yml index c11b7ccd..00177a03 100644 --- a/.github/workflows/github-build-push.yml +++ b/.github/workflows/github-build-push.yml @@ -36,15 +36,4 @@ jobs: push: true tags: | ghcr.io/${{ github.repository }}:latest - ghcr.io/${{ github.repository }}:${{ github.sha }} - - - name: Build and Push Containers - uses: docker/build-push-action@v2 - with: - context: . - file: Dockerfile - platforms: linux/amd64,linux/arm64,linux/arm - push: true - tags: | - registry.bukn.net/${{ github.event.repository.name }}:latest - registry.bukn.net/${{ github.event.repository.name }}:${{ github.sha }} + ghcr.io/${{ github.repository }}:${{ github.sha }}