Skip to content

Added link to 'Environment Variables' section of configuration.md t… #99

Added link to 'Environment Variables' section of configuration.md t…

Added link to 'Environment Variables' section of configuration.md t… #99

Workflow file for this run

name: Docker build
on:
push:
branches-ignore:
- "develop"
- "master"
- "release/*"
pull_request:
jobs:
asn1_codec:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v3