Skip to content

Performance improvements for optimal scaling #75

Performance improvements for optimal scaling

Performance improvements for optimal scaling #75

Workflow file for this run

name: Build Web Container
on:
push:
branches:
- main
pull_request:
jobs:
build-web-container:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker image
uses: docker/build-push-action@v3
with:
context: ./web
push: false
tags: ghcr.io/mathisburger/codecanvas-web:test