From dcbd8e12c0689870c8f168b1fb383a377d2ef662 Mon Sep 17 00:00:00 2001 From: Radu Matei Date: Sun, 12 Nov 2023 12:32:16 -0600 Subject: [PATCH] Simplify CI Signed-off-by: Radu Matei --- .github/workflows/build.yaml | 12 ------- .github/workflows/docker-build-push.yaml | 42 ++++++++++++------------ 2 files changed, 21 insertions(+), 33 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e2d56247..2b78ffdf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,22 +18,10 @@ jobs: arch: "aarch64" } shims: - - { - name: "slight", - version: "v1", - } - { name: "spin", version: "v2", } - - { - name: "wws", - version: "v1", - } - - { - name: "lunatic", - version: "v1", - } env: ARCH: ${{ matrix.config.arch }} steps: diff --git a/.github/workflows/docker-build-push.yaml b/.github/workflows/docker-build-push.yaml index 6a1b7228..a4c32ded 100644 --- a/.github/workflows/docker-build-push.yaml +++ b/.github/workflows/docker-build-push.yaml @@ -15,24 +15,24 @@ jobs: strategy: matrix: image: - - imageName: examples/spin-rust-hello - context: images/spin - - imageName: examples/spin-dotnet-hello - context: images/spin_dotnet - - imageName: examples/slight-rust-hello - context: images/slight - - imageName: examples/wws-js-hello - context: images/wws - - imageName: examples/spin-inbound-redis - context: images/spin-inbound-redis - - imageName: examples/spin-outbound-redis - context: images/spin-outbound-redis - - imageName: examples/lunatic-rust-hello - context: images/lunatic - - imageName: examples/lunatic-spawn - context: images/lunatic-spawn - - imageName: examples/lunatic-submillisecond - context: images/lunatic-submillisecond + # - imageName: examples/spin-rust-hello + # context: images/spin + # - imageName: examples/spin-dotnet-hello + # context: images/spin_dotnet + # - imageName: examples/slight-rust-hello + # context: images/slight + # - imageName: examples/wws-js-hello + # context: images/wws + # - imageName: examples/spin-inbound-redis + # context: images/spin-inbound-redis + # - imageName: examples/spin-outbound-redis + # context: images/spin-outbound-redis + # - imageName: examples/lunatic-rust-hello + # context: images/lunatic + # - imageName: examples/lunatic-spawn + # context: images/lunatic-spawn + # - imageName: examples/lunatic-submillisecond + # context: images/lunatic-submillisecond steps: - uses: actions/checkout@v3 - name: Set RELEASE_VERSION ENV var @@ -68,8 +68,8 @@ jobs: with: push: true tags: | - ghcr.io/deislabs/containerd-wasm-shims/${{ matrix.image.imageName }}:${{ env.RELEASE_VERSION }} - ghcr.io/deislabs/containerd-wasm-shims/${{ matrix.image.imageName }}:latest + ghcr.io/radu-matei/containerd-wasm-shims/${{ matrix.image.imageName }}:${{ env.RELEASE_VERSION }} + ghcr.io/radu-matei/containerd-wasm-shims/${{ matrix.image.imageName }}:latest context: ${{ matrix.image.context }} platforms: wasi/wasm - \ No newline at end of file +