mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-22 03:35:16 +00:00
Have the project source available to the Docker build context
This commit is contained in:
parent
f39f6bf2f6
commit
df1a51cb60
@ -402,8 +402,8 @@ jobs:
|
||||
- run:
|
||||
name: "Build Debian images"
|
||||
command: |
|
||||
docker build -t tahoelafsci/debian:8 -f ~/project/.circleci/Dockerfile.debian-8 .
|
||||
docker build -t tahoelafsci/debian:9 -f ~/project/.circleci/Dockerfile.debian-9 .
|
||||
docker build -t tahoelafsci/debian:8 -f ~/project/.circleci/Dockerfile.debian-8 ~/project/
|
||||
docker build -t tahoelafsci/debian:9 -f ~/project/.circleci/Dockerfile.debian-9 ~/project/
|
||||
- run:
|
||||
name: "Push Debian images"
|
||||
command: |
|
||||
@ -414,8 +414,8 @@ jobs:
|
||||
- run:
|
||||
name: "Build Ubuntu images"
|
||||
command: |
|
||||
docker build -t tahoelafsci/ubuntu:16.04 -f ~/project/.circleci/Dockerfile.ubuntu-16.04 .
|
||||
docker build -t tahoelafsci/ubuntu:18.04 -f ~/project/.circleci/Dockerfile.ubuntu-18.04 .
|
||||
docker build -t tahoelafsci/ubuntu:16.04 -f ~/project/.circleci/Dockerfile.ubuntu-16.04 ~/project/
|
||||
docker build -t tahoelafsci/ubuntu:18.04 -f ~/project/.circleci/Dockerfile.ubuntu-18.04 ~/project/
|
||||
- run:
|
||||
name: "Push Ubuntu images"
|
||||
command: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user