Skip to content
Snippets Groups Projects
Commit dd867ef9 authored by Jan Grewe's avatar Jan Grewe
Browse files

fix CI script again

parent 42912302
Branches
Tags
No related merge requests found
Pipeline #
stages:
- build
- push
build:
stage: build
script:
- docker build -t registry.magic-technik.de/gitlab-ci/android .
- docker push registry.magic-technik.de/gitlab-ci/android
tags:
- docker
- docker build -t registry.faked.org/gitlab-ci/android:latest .
push:
stage: push
script:
- docker push registry.faked.org/gitlab-ci/android:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment