Merge pull request #442 from curquiza/docker-github-action

Change github action for docker latest image
This commit is contained in:
Clément Renault 2020-02-10 16:26:14 +01:00 committed by GitHub
commit 9c6d590950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@
## Workflow ## Workflow
- On each pull request, we are triggering `cargo test`. - On each pull request, we are triggering `cargo test`.
- On each commit on master, we are building the latest docker image.
- On each tag, we are building: - On each tag, we are building:
- the tagged docker image - the tagged docker image
- the binaries for MacOS, Ubuntu, and Windows - the binaries for MacOS, Ubuntu, and Windows
- the debian package - the debian package
- On each stable release, we are build the latest docker image.
## Problems ## Problems

View File

@ -1,8 +1,8 @@
--- ---
on: on:
push: push:
branches: tags:
- master - 'v[0-9]+.[0-9]+.[0-9]+'
name: Publish latest image to Docker Hub name: Publish latest image to Docker Hub