Skip to content

Update ADR

Update ADR #15

Workflow file for this run

concurrency:
group: push-${{ github.branch }}
on:
push:
branches:
- 'main'
name: Push Workflow
jobs:
build:
uses: ./.github/workflows/build.yml
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}