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

fixed rpi3 tag

This commit is contained in:
Markus 2019-05-28 10:25:45 +00:00
parent e5bac59859
commit 3f4146b9bb

View File

@ -37,7 +37,7 @@ build_master_rpi3:
- docker build --pull -t "$IMAGE_NAME:rpi3" -t "$IMAGE_NAME_DOCKERHUB:${CI_COMMIT_TAG:-latest}" .
- docker push "$IMAGE_NAME:rpi3"
- *dockerhub_login
- docker push "$IMAGE_NAME_DOCKERHUB:${CI_COMMIT_TAG-rpi3:-latest-rpi3}"
- docker push "$IMAGE_NAME_DOCKERHUB:${CI_COMMIT_TAG:-latest}-rpi3"
tags:
- rpi3
only: