Skip to content

Commit

Permalink
ci: push px4-dev container to docker hub registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo authored and dagar committed Nov 22, 2024
1 parent f2bd310 commit 3240cf4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dev_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -38,6 +44,7 @@ jobs:
with:
images: |
ghcr.io/PX4/px4-dev
px4io/px4-dev
tags: |
type=schedule
type=semver,pattern={{version}}
Expand Down

0 comments on commit 3240cf4

Please sign in to comment.