Skip to content

Fix/namings (#9)

Fix/namings (#9) #25

name: Publish web app serve
on:
workflow_dispatch:
push:
branches:
- develop
- feature/add-web-app-serve
permissions:
packages: write
jobs:
publish_image:
name: Publish Docker Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Publish web-app-serve
uses: toggle-corp/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}