FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update build-and-publish.yml · WebODM/WebODM@b590932 · GitHub

/ WebODM Public

Commit b590932

Browse files
authored
Update build-and-publish.yml
1 parent b532104 commit b590932

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

‎.github/workflows/build-and-publish.yml‎

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,11 @@ jobs:
2222
with:
2323
username: ${{ secrets.DOCKERHUB_USERNAME }}
2424
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}}
3225
- name: Build and push Docker image
3326
id: docker_build
3427
uses: docker/build-push-action@v2
3528
with:
3629
file: ./Dockerfile
3730
platforms: linux/amd64,linux/arm64
3831
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

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL