Skip to content

Commit

Permalink
Update test-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 17, 2023
1 parent 1f7f985 commit c8485d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oras-project/setup-oras@v1
- uses: docker/login-action@v2
with:
registry: ghcr.io
Expand All @@ -36,6 +35,7 @@ jobs:
with:
path: test
image: ghcr.io/${{ github.repository }}/*
- uses: oras-project/setup-oras@v1
- run: |
pushd "$(mktemp -d)"
oras manifest fetch ghcr.io/${{ github.repository }}/test:latest | jq
Expand Down

0 comments on commit c8485d8

Please sign in to comment.