Skip to content

Commit c8485d8

Browse files
authored
Update test-action.yml
1 parent 1f7f985 commit c8485d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v3
29-
- uses: oras-project/setup-oras@v1
3029
- uses: docker/login-action@v2
3130
with:
3231
registry: ghcr.io
@@ -36,6 +35,7 @@ jobs:
3635
with:
3736
path: test
3837
image: ghcr.io/${{ github.repository }}/*
38+
- uses: oras-project/setup-oras@v1
3939
- run: |
4040
pushd "$(mktemp -d)"
4141
oras manifest fetch ghcr.io/${{ github.repository }}/test:latest | jq

0 commit comments

Comments
 (0)