forked from sameersbn/docker-gitlab-ci-multi-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hub.docker.com now builds images from git tags.
- Loading branch information
Sameer Naik
committed
Nov 7, 2015
1 parent
543afed
commit 73e6458
Showing
4 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM quay.io/sameersbn/ubuntu:14.04.20151023 | ||
FROM sameersbn/ubuntu:14.04.20151023 | ||
MAINTAINER [email protected] | ||
|
||
ENV GITLAB_CI_MULTI_RUNNER_USER=gitlab_ci_multi_runner \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
all: build | ||
|
||
build: | ||
@docker build --tag=quay.io/sameersbn/gitlab-ci-multi-runner . | ||
@docker build --tag=sameersbn/gitlab-ci-multi-runner . | ||
|
||
release: build | ||
@docker build --tag=quay.io/sameersbn/gitlab-ci-multi-runner:$(shell cat VERSION) . | ||
@docker build --tag=sameersbn/gitlab-ci-multi-runner:$(shell cat VERSION) . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters