Skip to content

chore(README): Update setup documentation #79

chore(README): Update setup documentation

chore(README): Update setup documentation #79

Workflow file for this run

name: Development
on:
push:
branches:
- develop
jobs:
test_branch:
name: Test Dev branch
uses: ./.github/workflows/test.yml
publish_image:
needs:
- test_branch
name: Publish dev image
uses: ./.github/workflows/image.yml
with:
push: true
cache_tag: develop
secrets:
GHCR_USER: ${{ secrets.GHCR_USER }}
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}