Add first Dockerfile
This commit is contained in:
11
.circleci/config.yml
Normal file
11
.circleci/config.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
machine: true
|
||||
steps:
|
||||
- checkout
|
||||
# build the application image
|
||||
- run: docker build -t moparisthebest/aur:circle-ci .
|
||||
- run: |
|
||||
|
||||
echo "$DOCKER_PASS" | docker login --username $DOCKER_USER --password-stdin
|
Reference in New Issue
Block a user