Skip to content

Add CR frontend UI to community page #3

Add CR frontend UI to community page

Add CR frontend UI to community page #3

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
permissions:
contents: read
packages: write
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
file: apps/web/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}/web:latest