diff --git a/.github/workflows/build-container-and-wsl.yaml b/.github/workflows/build-container-and-wsl.yaml index e1bbe9be..280cc9c5 100644 --- a/.github/workflows/build-container-and-wsl.yaml +++ b/.github/workflows/build-container-and-wsl.yaml @@ -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