Skip to content

docs: improve config generator (#696) #17

docs: improve config generator (#696)

docs: improve config generator (#696) #17

Workflow file for this run

name: Docs Docker Image
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: ./docs
platforms: linux/amd64
push: true
tags: ghcr.io/txpipe/oura-docs:${{ github.sha }}