This commit is contained in:
@@ -16,11 +16,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
rm -rf ./*
|
pwd
|
||||||
git clone --depth=1 --branch main http://localhost:3300/jimmy/t-youtube.git . 2>&1
|
ls -la
|
||||||
|
rm -rf /tmp/t-yt-build
|
||||||
|
git clone --depth=1 --branch main http://localhost:3300/jimmy/t-youtube.git /tmp/t-yt-build 2>&1
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
|
ls -la /tmp/t-yt-build/
|
||||||
|
ls -la /tmp/t-yt-build/Dockerfile
|
||||||
|
cd /tmp/t-yt-build
|
||||||
/volume1/@appstore/ContainerManager/usr/bin/docker build -t t-youtube:latest . 2>&1
|
/volume1/@appstore/ContainerManager/usr/bin/docker build -t t-youtube:latest . 2>&1
|
||||||
|
|
||||||
- name: Swap container
|
- name: Swap container
|
||||||
|
|||||||
Reference in New Issue
Block a user