mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-01 03:57:59 +08:00
ci: disable docker hub access
This commit is contained in:
6
.github/workflows/dev_container.yml
vendored
6
.github/workflows/dev_container.yml
vendored
@@ -25,12 +25,6 @@ jobs:
|
||||
submodules: false
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user