Skip to content

chore: make a type alias in DB interface (#114) #293

chore: make a type alias in DB interface (#114)

chore: make a type alias in DB interface (#114) #293

Workflow file for this run

name: build docker image
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/cosmos/cosmos-db/build-test:latest