kopia lustrzana https://github.com/OpenDroneMap/ODM
Fix YAML indentation
rodzic
73cd2ecccc
commit
7a2520cd1a
|
|
@ -22,11 +22,11 @@ jobs:
|
|||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
# Use the repository information of the checked-out code to format docker tags
|
||||
- name: Docker meta
|
||||
id: docker_meta
|
||||
uses: crazy-max/ghaction-docker-meta@v1
|
||||
with:
|
||||
images: opendronemap/odm
|
||||
tag_match: \d{1,3}.\d{1,3}.\d{1,3} # matches v1.2.3
|
||||
id: docker_meta
|
||||
uses: crazy-max/ghaction-docker-meta@v1
|
||||
with:
|
||||
images: opendronemap/odm
|
||||
tag_match: \d{1,3}.\d{1,3}.\d{1,3} # matches v1.2.3
|
||||
- name: Build and push Docker image
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue