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: .
|
||||
file: ./GalaxyCogs/Dockerfile
|
||||
push: true
|
||||
tags: www.coastalcommits.com/cswimr/actionscontainers-galaxycogs:latest
|
||||
tags: www.coastalcommits.com/cswimr/actions:galaxycogs
|
||||
- name: Build and push PyZipline image
|
||||
uses: actions/docker-build-push@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./PyZipline/Dockerfile
|
||||
push: true
|
||||
tags: www.coastalcommits.com/cswimr/actionscontainers-pyzipline:latest
|
||||
tags: www.coastalcommits.com/cswimr/actions:pyzipline
|
||||
- name: Build and push SeaCogs image
|
||||
uses: actions/docker-build-push@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./SeaCogs/Dockerfile
|
||||
push: true
|
||||
tags: www.coastalcommits.com/cswimr/actionscontainers-seacogs:latest
|
||||
tags: www.coastalcommits.com/cswimr/actions:seacogs
|
||||
- name: Build and push Red full image
|
||||
uses: actions/docker-build-push@v5
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue