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