diff --git a/.github/workflows/dev_container.yml b/.github/workflows/dev_container.yml index c5b86caf43..f6644d8609 100644 --- a/.github/workflows/dev_container.yml +++ b/.github/workflows/dev_container.yml @@ -25,6 +25,12 @@ 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: @@ -38,6 +44,7 @@ jobs: with: images: | ghcr.io/PX4/px4-dev + px4io/px4-dev tags: | type=schedule type=semver,pattern={{version}}