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

chore: add more info to readme (#555) #408

chore: add more info to readme (#555)

chore: add more info to readme (#555) #408

Workflow file for this run

name: Build and Push Docker Image
on:
push:
branches:
- '**'
jobs:
build-and-push:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Docker Build Push
uses: ./.github/actions/docker-build-push
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
context: .
file: cli.Dockerfile
platforms: linux/amd64,linux/arm64
build_tags: |
rivetgg/opengb:${{ github.sha }}
rivetgg/opengb:${{ github.ref_name || '' }}