please work
Some checks failed
Docker Build / Build GalacticFactory (push) Failing after 3s
Docker Build / Build PyZipline (push) Successful in 5s
Docker Build / Build SeaCogs (push) Successful in 5s
Docker Build / Build GalaxyCogs (push) Failing after 5s

This commit is contained in:
Seaswimmer 2024-02-05 18:30:14 -05:00
parent 2e60f34885
commit 0a4d694f82
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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