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