From 6056e5fd198e2d938d4248f77806f8461038ec2e Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 8 Feb 2023 22:52:00 +0100 Subject: [PATCH] temporary disable base build --- .github/workflows/container-stable.yaml | 32 ++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/container-stable.yaml b/.github/workflows/container-stable.yaml index 8782b5e..c7aecd4 100644 --- a/.github/workflows/container-stable.yaml +++ b/.github/workflows/container-stable.yaml @@ -32,22 +32,22 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.CR_PAT }} - - name: Build base - uses: docker/build-push-action@v2 - with: - builder: ${{ steps.buildx.outputs.name }} - context: . - file: ./Dockerfile - platforms: linux/amd64,linux/arm64 - push: true - tags: | - ghcr.io/${{ github.repository }}-base:latest - labels: | - action_id=${{ github.action }} - action_link=${{ env.LINK }} - actor=${{ github.actor }} - sha=${{ github.sha }} - ref=${{ github.ref }} + # - name: Build base + # uses: docker/build-push-action@v2 + # with: + # builder: ${{ steps.buildx.outputs.name }} + # context: . + # file: ./Dockerfile + # platforms: linux/amd64,linux/arm64 + # push: true + # tags: | + # ghcr.io/${{ github.repository }}-base:latest + # labels: | + # action_id=${{ github.action }} + # action_link=${{ env.LINK }} + # actor=${{ github.actor }} + # sha=${{ github.sha }} + # ref=${{ github.ref }} - name: Build helmfile uses: docker/build-push-action@v2 with: