Skip to content

refactor(example): Use generated arg getter to get command arg #76

refactor(example): Use generated arg getter to get command arg

refactor(example): Use generated arg getter to get command arg #76

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 }}