ci: push px4-dev container to docker hub registry

This commit is contained in:
Ramon Roche 2024-11-22 05:39:48 -08:00 committed by Daniel Agar
parent f2bd3105ad
commit 3240cf4dc7

View File

@ -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}}