1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-28 22:18:17 +03:00

Added build tags

This commit is contained in:
Markus 2019-05-28 10:33:14 +00:00
parent ec24504d9b
commit a3cffa7896

View File

@ -29,6 +29,7 @@ build_master:
- docker push "$IMAGE_NAME_DOCKERHUB:${CI_COMMIT_TAG:-latest}"
only:
- master
- tags
build_master_rpi3:
<<: *docker_build
@ -42,6 +43,7 @@ build_master_rpi3:
- rpi3
only:
- master
- tags
build:
<<: *docker_build