please work
This commit is contained in:
parent
2e60f34885
commit
0a4d694f82
1 changed files with 7 additions and 7 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: Login to CoastalCommits
|
- name: Login to CoastalCommits
|
||||||
uses: actions/docker-login@v3
|
uses: actions/docker-login@v3
|
||||||
with:
|
with:
|
||||||
registry: 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 Docker image
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./GalacticFactory/Dockerfile
|
file: ./GalacticFactory/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: coastalcommits.com/galacticfactory/documentation:latest
|
tags: www.coastalcommits.com/galacticfactory/documentation:latest
|
||||||
Build GalaxyCogs:
|
Build GalaxyCogs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./GalaxyCogs/Dockerfile
|
file: ./GalaxyCogs/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: coastalcommits.com/seaswimmerthefsh/actionscontainers-galaxycogs:latest
|
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-galaxycogs:latest
|
||||||
|
|
||||||
Build PyZipline:
|
Build PyZipline:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
@ -59,7 +59,7 @@ jobs:
|
||||||
- name: Login to CoastalCommits
|
- name: Login to CoastalCommits
|
||||||
uses: actions/docker-login@v3
|
uses: actions/docker-login@v3
|
||||||
with:
|
with:
|
||||||
registry: 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 Docker image
|
||||||
|
@ -68,7 +68,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./PyZipline/Dockerfile
|
file: ./PyZipline/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: coastalcommits.com/seaswimmerthefsh/actionscontainers-pyzipline:latest
|
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-pyzipline:latest
|
||||||
|
|
||||||
Build SeaCogs:
|
Build SeaCogs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
@ -81,7 +81,7 @@ jobs:
|
||||||
- name: Login to CoastalCommits
|
- name: Login to CoastalCommits
|
||||||
uses: actions/docker-login@v3
|
uses: actions/docker-login@v3
|
||||||
with:
|
with:
|
||||||
registry: 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 Docker image
|
||||||
|
@ -90,4 +90,4 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./SeaCogs/Dockerfile
|
file: ./SeaCogs/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: coastalcommits.com/seaswimmerthefsh/actionscontainers-seacogs:latest
|
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-seacogs:latest
|
||||||
|
|
Loading…
Reference in a new issue