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

use full path to docker binary

parent b2041e6d
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -5,9 +5,9 @@ stages:
build:
stage: build
script:
- docker build -t registry.faked.org/gitlab-ci/android:latest .
- /usr/bin/docker build -t registry.faked.org/gitlab-ci/android:latest .
push:
stage: push
script:
- docker push registry.faked.org/gitlab-ci/android:latest
- /usr/bin/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