Skip to content

Provide container image for the user #659

@kaovilai

Description

@kaovilai

So this step can become optional.

Next, Build a container using the repo/branch you checked out.
```shell
cd openshift-ops-workshops
export QUAY_USER=myusername
export BRANCH=$(git branch --show-current)
podman build -t quay.io/${QUAY_USER}/lab-sample-workshop:${BRANCH} .
```

Can be done as part of GitHub Actions build on push (for each branch) if Dockerfile changed to publish on quay.io or ghcr.io

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions