Skip to content

feat: added blaze utxorpc provider docs (#28) #23

feat: added blaze utxorpc provider docs (#28)

feat: added blaze utxorpc provider docs (#28) #23

Workflow file for this run

name: Docker Image
on:
push:
branches:
- "main"
- "ci/build"
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.3
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
with:
context: ./
file: Dockerfile
platforms: linux/amd64
push: true
tags: ghcr.io/utxorpc/docs,ghcr.io/utxorpc/docs:${{ github.sha }}