updated username
All checks were successful
Docker Build / Build and Push Images (push) Successful in 2m1s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 2m1s
This commit is contained in:
parent
40ebd75973
commit
7ff2820658
1 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
uses: actions/docker-login@v3
|
||||
with:
|
||||
registry: www.coastalcommits.com
|
||||
username: SeaswimmerTheFsh
|
||||
username: Seaswimmer
|
||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||
- name: Build and push GalacticFactory image
|
||||
uses: actions/docker-build-push@v5
|
||||
|
@ -33,18 +33,18 @@ jobs:
|
|||
context: .
|
||||
file: ./GalaxyCogs/Dockerfile
|
||||
push: true
|
||||
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-galaxycogs:latest
|
||||
tags: www.coastalcommits.com/seaswimmer/actionscontainers-galaxycogs:latest
|
||||
- name: Build and push PyZipline image
|
||||
uses: actions/docker-build-push@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./PyZipline/Dockerfile
|
||||
push: true
|
||||
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-pyzipline:latest
|
||||
tags: www.coastalcommits.com/seaswimmer/actionscontainers-pyzipline:latest
|
||||
- name: Build and push SeaCogs image
|
||||
uses: actions/docker-build-push@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./SeaCogs/Dockerfile
|
||||
push: true
|
||||
tags: www.coastalcommits.com/seaswimmerthefsh/actionscontainers-seacogs:latest
|
||||
tags: www.coastalcommits.com/seaswimmer/actionscontainers-seacogs:latest
|
||||
|
|
Loading…
Reference in a new issue