Skip to content

Commit

Permalink
ci: Fix staging/test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Jun 15, 2023
1 parent c42bba2 commit d74c1c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
with:
images: |
${{ env.IMAGE_NAME }}
ghcr.io/${{ env.IMAGE_NAME }}
registry.digitalocean.com/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: Download Docker image
uses: actions/download-artifact@v3
with:
name: did-resolver-build
name: did-resolver-staging

- name: Load Docker image
run: docker image load --input did-resolver-build.tar
run: docker image load --input did-resolver-staging.tar

- name: Set up Docker container for test
run: docker compose -f tests/docker-compose-testing.yml up --detach --no-build
Expand Down

0 comments on commit d74c1c5

Please sign in to comment.