Skip to content

creating/consuming multiple pellets & refactored tx dir. (#57) #22

creating/consuming multiple pellets & refactored tx dir. (#57)

creating/consuming multiple pellets & refactored tx dir. (#57) #22

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@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./docs
platforms: linux/amd64
push: true
tags: ghcr.io/txpipe/asteria-docs:${{ github.sha }}