Skip to content

Commit 0fbb1a6

Browse files
committed
updated ci.yml
1 parent c39f84d commit 0fbb1a6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515

1616
- name: Pull SITL image
1717
run: |
18-
echo "${{ secrets.CR_PAT}}" | \
19-
docker login ghcr.io -u ${{ github.actor }} --password-stdin
20-
docker pull ghcr.io/${{ github.repository_owner }}/sitl:latest
18+
docker pull ghcr.io/uaarg/sitl:latest
2119
2220
- name: Run tests
2321
run: |

0 commit comments

Comments
 (0)