Tag handling changes

pull/1213/head
Piero Toffanin 2020-11-21 14:19:21 -05:00 zatwierdzone przez GitHub
rodzic 44992df14a
commit f5cb4badd5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
name: Build and Release Container and WSL Image
name: Publish Docker and WSL Images
on:
push:
@ -28,8 +28,8 @@ jobs:
uses: crazy-max/ghaction-docker-meta@v1
with:
images: opendronemap/odm
tag-edge: true
tag-match-latest: \d{1,3}\.\d{1,3}\.\d\{1,3} # matches v1.2.3
tag-semver: |
{{version}}
- name: Build and push Docker image
id: docker_build
uses: docker/build-push-action@v2