From c598ddbb12cbcd75bdefe3dc925d7d95ece7144c Mon Sep 17 00:00:00 2001 From: Jeremy Facchetti Date: Tue, 21 May 2024 10:01:05 +0200 Subject: [PATCH] removed stuff --- .github/workflows/release.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec3f9434..619ffba7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,16 +47,16 @@ jobs: registry: ghcr.io username: loft-sh password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and push the hooks - uses: docker/build-push-action@v4 - working-directory: ./examples/hooks - id: docker_build - with: - file: Dockerfile - platforms: linux/amd64,linux/arm64 - push: true - tags: "ghcr.io/loft-sh/vcluster-example-hooks:${{steps.get_version.outputs.release_version}}" - labels: ${{ steps.docker_meta.outputs.labels }} + # - name: Build and push the hooks + # uses: docker/build-push-action@v4 + # working-directory: ./examples/hooks + # id: docker_build + # with: + # file: Dockerfile + # platforms: linux/amd64,linux/arm64 + # push: true + # tags: "ghcr.io/loft-sh/vcluster-example-hooks:${{steps.get_version.outputs.release_version}}" + # labels: ${{ steps.docker_meta.outputs.labels }} - name: Images digests for run: echo ${{ steps.docker_build.outputs.digest }} - name: Build and push the bootstrap