Skip to content

add endpoint to fetch URL content (works around local CORs issue if f… #24

add endpoint to fetch URL content (works around local CORs issue if f…

add endpoint to fetch URL content (works around local CORs issue if f… #24

Workflow file for this run

name: build docker image
on:
push:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
ARCH: x86_64-unknown-linux-gnu
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checkout source code
- uses: actions/checkout@v3
- name: build image
id: build-image
env:
GIT_HASH: ${{github.sha}}
run: make docker-build