change image tags
All checks were successful
Actions / Build and Push Images (push) Successful in 37s
All checks were successful
Actions / Build and Push Images (push) Successful in 37s
This commit is contained in:
parent
a4299f635d
commit
ba9e2bdd18
1 changed files with 3 additions and 3 deletions
|
@ -35,21 +35,21 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./GalaxyCogs/Dockerfile
|
file: ./GalaxyCogs/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: www.coastalcommits.com/cswimr/actionscontainers-galaxycogs:latest
|
tags: www.coastalcommits.com/cswimr/actions:galaxycogs
|
||||||
- name: Build and push PyZipline image
|
- name: Build and push PyZipline image
|
||||||
uses: actions/docker-build-push@v5
|
uses: actions/docker-build-push@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./PyZipline/Dockerfile
|
file: ./PyZipline/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: www.coastalcommits.com/cswimr/actionscontainers-pyzipline:latest
|
tags: www.coastalcommits.com/cswimr/actions:pyzipline
|
||||||
- name: Build and push SeaCogs image
|
- name: Build and push SeaCogs image
|
||||||
uses: actions/docker-build-push@v5
|
uses: actions/docker-build-push@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./SeaCogs/Dockerfile
|
file: ./SeaCogs/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: www.coastalcommits.com/cswimr/actionscontainers-seacogs:latest
|
tags: www.coastalcommits.com/cswimr/actions:seacogs
|
||||||
- name: Build and push Red full image
|
- name: Build and push Red full image
|
||||||
uses: actions/docker-build-push@v5
|
uses: actions/docker-build-push@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue