Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
use correct action
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC committed Apr 8, 2024
1 parent b64d187 commit e842d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build the container image for ${{ matrix.platform }} and test it
uses: ansible/community-ansible-devspaces-image/.github/actions/build-test@main
uses: ansible-community/community-ansible-devspaces-image/.github/actions/build-test@main
with:
registry: ghcr.io

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build the container image for ${{ matrix.platform }} and test it
uses: ansible/community-ansible-devspaces-image/.github/actions/build-test@main
uses: ansible-community/community-ansible-devspaces-image/.github/actions/build-test@main
with:
namespace: ansible-community

0 comments on commit e842d45

Please sign in to comment.