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