This commit is contained in:
parent
6291d4d20d
commit
8741a9f2e7
1 changed files with 5 additions and 50 deletions
|
@ -6,7 +6,7 @@ on:
|
||||||
manual:
|
manual:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build GalacticFactory:
|
Build and Push Images:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -19,73 +19,28 @@ jobs:
|
||||||
registry: www.coastalcommits.com
|
registry: www.coastalcommits.com
|
||||||
username: SeaswimmerTheFsh
|
username: SeaswimmerTheFsh
|
||||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||||
- name: Build and push Docker image
|
- name: Build and push GalacticFactory image
|
||||||
uses: actions/docker-build-push@v5
|
uses: actions/docker-build-push@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./GalacticFactory/Dockerfile
|
file: ./GalacticFactory/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: www.coastalcommits.com/galacticfactory/documentation:latest
|
tags: www.coastalcommits.com/galacticfactory/documentation:latest
|
||||||
|
- name: Build and push GalaxyCogs image
|
||||||
Build GalaxyCogs:
|
|
||||||
runs-on: docker
|
|
||||||
container: catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.COASTALCOMMITSTOKEN }}
|
|
||||||
- name: Login to CoastalCommits
|
|
||||||
uses: actions/docker-login@v3
|
|
||||||
with:
|
|
||||||
registry: coastalcommits.com
|
|
||||||
username: SeaswimmerTheFsh
|
|
||||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
|
||||||
- name: Build and push Docker image
|
|
||||||
uses: actions/docker-build-push@v5
|
uses: actions/docker-build-push@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./GalaxyCogs/Dockerfile
|
file: ./GalaxyCogs/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-galaxycogs:latest
|
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-galaxycogs:latest
|
||||||
|
- name: Build and push PyZipline image
|
||||||
Build PyZipline:
|
|
||||||
runs-on: docker
|
|
||||||
container: catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.COASTALCOMMITSTOKEN }}
|
|
||||||
- name: Login to CoastalCommits
|
|
||||||
uses: actions/docker-login@v3
|
|
||||||
with:
|
|
||||||
registry: www.coastalcommits.com
|
|
||||||
username: SeaswimmerTheFsh
|
|
||||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
|
||||||
- name: Build and push Docker image
|
|
||||||
uses: actions/docker-build-push@v5
|
uses: actions/docker-build-push@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./PyZipline/Dockerfile
|
file: ./PyZipline/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-pyzipline:latest
|
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-pyzipline:latest
|
||||||
|
- name: Build and push SeaCogs image
|
||||||
Build SeaCogs:
|
|
||||||
runs-on: docker
|
|
||||||
container: catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.COASTALCOMMITSTOKEN }}
|
|
||||||
- name: Login to CoastalCommits
|
|
||||||
uses: actions/docker-login@v3
|
|
||||||
with:
|
|
||||||
registry: www.coastalcommits.com
|
|
||||||
username: SeaswimmerTheFsh
|
|
||||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
|
||||||
- name: Build and push Docker image
|
|
||||||
uses: actions/docker-build-push@v5
|
uses: actions/docker-build-push@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in a new issue