Add Docker build and push to github actions (#11555)

* Add github action for dockerhub deployment

* Add VCS_REF and BUILD_DATE as buildargs for docker image

* deploy docker images also based on tag

* move docker deployment to it's own github action so it can be parallelized

* remove unnecesary OS check in the docker deployment script

* adding initial steps of checkout and basic toolchain for docker github action

* Update deploy-docker.yml

Remove unnecesary line for checkout sources on deploy docker script

* remove build args from deploy docker script

* Update deploy-docker.yml
This commit is contained in:
Denis Granha
2020-03-18 23:21:12 +01:00
committed by GitHub
parent bb2d7fb8c9
commit 874462bfc0
2 changed files with 31 additions and 1 deletions

View File

@@ -87,4 +87,4 @@ jobs:
path: artifacts/
- name: Prepare build directory for cache
shell: bash
run: bash scripts/actions/clean-target.sh
run: bash scripts/actions/clean-target.sh