| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b532104 commit b590932
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,22 +22,11 @@ jobs: | |||
| 22 | 22 | with: | |
| 23 | 23 | username: ${{ secrets.DOCKERHUB_USERNAME }} | |
| 24 | 24 | password: ${{ secrets.DOCKERHUB_TOKEN }} | |
| 25 | - - name: Docker meta | ||
| 26 | - id: docker_meta | ||
| 27 | - uses: crazy-max/ghaction-docker-meta@v1 | ||
| 28 | - with: | ||
| 29 | - images: opendronemap/webodm_webapp | ||
| 30 | - tag-semver: | | ||
| 31 | - {{version}} | ||
| 32 | 25 | - name: Build and push Docker image | |
| 33 | 26 | id: docker_build | |
| 34 | 27 | uses: docker/build-push-action@v2 | |
| 35 | 28 | with: | |
| 36 | 29 | file: ./Dockerfile | |
| 37 | 30 | platforms: linux/amd64,linux/arm64 | |
| 38 | 31 | push: true | |
| 39 | - tags: | | ||
| 40 | - ${{ steps.docker_meta.outputs.tags }} | ||
| 41 | - opendronemap/webodm_webapp:latest | ||
| 42 | - - name: Image digest | ||
| 43 | - run: echo ${{ steps.docker_build.outputs.digest }} | ||
| 32 | + tags: opendronemap/webodm_webapp:latest | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments