Skip to content

Commit

Permalink
chore: update action names to GHCR
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Oct 31, 2023
1 parent 4396874 commit 293c5b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-hello-world.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Hello World to AzureCR
name: Release Hello World to GHCR
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-kvcounter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release KVCounter to AzureCR
name: Release KVCounter to GHCR
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-multichannelchat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Multi Channel Chat to AzureCR
name: Release Multi Channel Chat to GHCR
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-xkcdgnerator.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release XKCDGenerator to AzureCR
name: Release XKCDGenerator to GHCR
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 293c5b5

Please sign in to comment.