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