Fix YAML indentation

pull/1184/head
Piero Toffanin 2020-11-02 16:12:58 -05:00 zatwierdzone przez GitHub
rodzic 73cd2ecccc
commit 7a2520cd1a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

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