From e520c6bc9ba177f22a60059d196b3ec1a093d73c Mon Sep 17 00:00:00 2001 From: Sven Pfennig Date: Sat, 16 Sep 2023 20:12:50 +0200 Subject: [PATCH] test release Signed-off-by: Sven Pfennig --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c6cca2e8..5f4d6364 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -72,8 +72,8 @@ jobs: with: push: true tags: | - ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:${{ env.RELEASE_VERSION }} - ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:latest + ghcr.io/0xe282b0/containerd-wasm-shims/examples/k3d:${{ env.RELEASE_VERSION }} + ghcr.io/0xe282b0/containerd-wasm-shims/examples/k3d:latest context: deployments/k3d platforms: linux/amd64,linux/arm64 - name: clear