Use a different name for the production-config containers

This commit is contained in:
sabaimran
2023-11-16 10:28:28 -08:00
parent ba633c4015
commit 36d200580b
2 changed files with 3 additions and 3 deletions

View File

@@ -38,6 +38,6 @@ jobs:
file: prod.Dockerfile
platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository }}:${{ env.DOCKER_IMAGE_TAG }}
tags: ghcr.io/${{ github.repository }}-cloud:${{ env.DOCKER_IMAGE_TAG }}
build-args: |
PORT=42110