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
|
||||
uses: actions/docker-login@v3
|
||||
with:
|
||||
registry: coastalcommits.com
|
||||
registry: www.coastalcommits.com
|
||||
username: SeaswimmerTheFsh
|
||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||
- name: Build and push Docker image
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
context: .
|
||||
file: ./GalacticFactory/Dockerfile
|
||||
push: true
|
||||
tags: coastalcommits.com/galacticfactory/documentation:latest
|
||||
tags: www.coastalcommits.com/galacticfactory/documentation:latest
|
||||
Build GalaxyCogs:
|
||||
runs-on: docker
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
|
@ -46,7 +46,7 @@ jobs:
|
|||
context: .
|
||||
file: ./GalaxyCogs/Dockerfile
|
||||
push: true
|
||||
tags: coastalcommits.com/seaswimmerthefsh/actionscontainers-galaxycogs:latest
|
||||
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-galaxycogs:latest
|
||||
|
||||
Build PyZipline:
|
||||
runs-on: docker
|
||||
|
@ -59,7 +59,7 @@ jobs:
|
|||
- name: Login to CoastalCommits
|
||||
uses: actions/docker-login@v3
|
||||
with:
|
||||
registry: coastalcommits.com
|
||||
registry: www.coastalcommits.com
|
||||
username: SeaswimmerTheFsh
|
||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||
- name: Build and push Docker image
|
||||
|
@ -68,7 +68,7 @@ jobs:
|
|||
context: .
|
||||
file: ./PyZipline/Dockerfile
|
||||
push: true
|
||||
tags: coastalcommits.com/seaswimmerthefsh/actionscontainers-pyzipline:latest
|
||||
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-pyzipline:latest
|
||||
|
||||
Build SeaCogs:
|
||||
runs-on: docker
|
||||
|
@ -81,7 +81,7 @@ jobs:
|
|||
- name: Login to CoastalCommits
|
||||
uses: actions/docker-login@v3
|
||||
with:
|
||||
registry: coastalcommits.com
|
||||
registry: www.coastalcommits.com
|
||||
username: SeaswimmerTheFsh
|
||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||
- name: Build and push Docker image
|
||||
|
@ -90,4 +90,4 @@ jobs:
|
|||
context: .
|
||||
file: ./SeaCogs/Dockerfile
|
||||
push: true
|
||||
tags: coastalcommits.com/seaswimmerthefsh/actionscontainers-seacogs:latest
|
||||
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-seacogs:latest
|
||||
|
|
Loading…
Reference in a new issue