temporary disable base build

This commit is contained in:
Nikolai Rodionov 2023-02-08 22:52:00 +01:00
parent 31fef8f3d3
commit 6056e5fd19

View File

@ -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: