From 293c5b5d622dc0d042c112e0785f183ff37e501b Mon Sep 17 00:00:00 2001 From: Brooks Townsend Date: Tue, 31 Oct 2023 15:18:55 -0400 Subject: [PATCH] chore: update action names to GHCR Signed-off-by: Brooks Townsend --- .github/workflows/release-hello-world.yml | 4 ++-- .github/workflows/release-kvcounter.yml | 4 ++-- .github/workflows/release-multichannelchat.yml | 4 ++-- .github/workflows/release-xkcdgnerator.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-hello-world.yml b/.github/workflows/release-hello-world.yml index bdfb82a..418ea6a 100644 --- a/.github/workflows/release-hello-world.yml +++ b/.github/workflows/release-hello-world.yml @@ -1,4 +1,4 @@ -name: Release Hello World to AzureCR +name: Release Hello World to GHCR on: workflow_dispatch: push: @@ -71,7 +71,7 @@ jobs: run: | echo "actor-version=latest" >> $GITHUB_ENV working-directory: ${{ env.working-directory }}/hello - - name: Push actor to AzureCR + - name: Push actor to GHCR uses: wasmcloud/common-actions/oci-artifact-release@main with: artifact-path: ${{ env.working-directory }}/hello/build/${{ env.actor-name }}_s.wasm diff --git a/.github/workflows/release-kvcounter.yml b/.github/workflows/release-kvcounter.yml index b00eb21..1ead517 100644 --- a/.github/workflows/release-kvcounter.yml +++ b/.github/workflows/release-kvcounter.yml @@ -1,4 +1,4 @@ -name: Release KVCounter to AzureCR +name: Release KVCounter to GHCR on: workflow_dispatch: push: @@ -67,7 +67,7 @@ jobs: run: | echo "actor-version=latest" >> $GITHUB_ENV working-directory: ${{ env.working-directory }}/kvcounter - - name: Push actor to AzureCR + - name: Push actor to GHCR uses: wasmcloud/common-actions/oci-artifact-release@main with: artifact-path: ${{ env.working-directory }}/kvcounter/build/${{ env.actor-name }}_s.wasm diff --git a/.github/workflows/release-multichannelchat.yml b/.github/workflows/release-multichannelchat.yml index 2e3dbb2..32be78e 100644 --- a/.github/workflows/release-multichannelchat.yml +++ b/.github/workflows/release-multichannelchat.yml @@ -1,4 +1,4 @@ -name: Release Multi Channel Chat to AzureCR +name: Release Multi Channel Chat to GHCR on: workflow_dispatch: push: @@ -91,7 +91,7 @@ jobs: run: | echo "actor-version=$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[].version')" >> $GITHUB_ENV working-directory: ${{ matrix.working-directory }} - - name: Push actor to AzureCR + - name: Push actor to GHCR uses: wasmcloud/common-actions/oci-artifact-release@main with: artifact-path: ${{ matrix.working-directory }}/build/${{ env.actor-name }}_s.wasm diff --git a/.github/workflows/release-xkcdgnerator.yml b/.github/workflows/release-xkcdgnerator.yml index 82cb020..e4c416c 100644 --- a/.github/workflows/release-xkcdgnerator.yml +++ b/.github/workflows/release-xkcdgnerator.yml @@ -1,4 +1,4 @@ -name: Release XKCDGenerator to AzureCR +name: Release XKCDGenerator to GHCR on: workflow_dispatch: push: @@ -63,7 +63,7 @@ jobs: run: | echo "actor-version=latest" >> $GITHUB_ENV working-directory: ${{ env.working-directory }} - - name: Push actor to AzureCR + - name: Push actor to GHCR uses: wasmcloud/common-actions/oci-artifact-release@main with: artifact-path: ${{ env.working-directory }}/build/${{ env.actor-name }}_s.wasm