Skip to content

Split docker images on image name instead of by tag #46

Description

@CommanderRedYT

Right now, frontend and backend are different tags. It would be better to have two different images for frontend and backend, e.g.

# docker-compose.yml
services:
  frontend:
    image: ghcr.io/metalab/metadrinks-frontend:latest
    # ...
  backend:
    image: ghcr.io/metalab/metadrinks-backend:latest
    # ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    deploymentAffects deployment, so might be considered critical in that way. Aka way to deploy might change.dockerAffects something in the containers that get built and/or the dev containers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions