Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Update docker-build-and-push-ocular-ui.yml #19

Update docker-build-and-push-ocular-ui.yml

Update docker-build-and-push-ocular-ui.yml #19

name: Build Ocular Web UI Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check Out Branch
uses: actions/checkout@v4
- name: Set Up Docker Builders
uses: docker/setup-buildx-action@v3
- name: Build Ocular UI Image
uses: docker/build-push-action@v6
with:
context: ./
file: ./packages/ocular-ui/Dockerfile
push: false
tags: ocular/ocular-ui:latest