change image tags
All checks were successful
Actions / Build and Push Images (push) Successful in 37s

This commit is contained in:
Seaswimmer 2024-08-27 13:59:49 -04:00
parent a4299f635d
commit ba9e2bdd18
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

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