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