kopia lustrzana https://github.com/OpenDroneMap/NodeODM
Push to GitHub Container Registry
rodzic
65581c16e0
commit
2e445db4b0
|
@ -27,11 +27,20 @@ jobs:
|
|||
tag: gpu.intel
|
||||
name: build ${{ matrix.variant.dockerfile }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
@ -43,6 +52,7 @@ jobs:
|
|||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/${{ github.repository }}
|
||||
opendronemap/nodeodm
|
||||
# semver tag is only generated for the cpu version
|
||||
tags: |
|
||||
|
|
Ładowanie…
Reference in New Issue