Skip to content

feat: build ink web app in ci #9

feat: build ink web app in ci

feat: build ink web app in ci #9

Workflow file for this run

name: ship
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: ["main"]
paths:
- .github/workflows/ship.yml
- "**"
pull_request:
branches: ["main"]
paths:
- .github/workflows/ship.yml
- "**"
jobs:
image-build-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/image-build-push
with:
repository-name: ink-web-app
dockerfile-path: ./Dockerfile
docker-context: ./
github-token: ${{ secrets.GITHUB_TOKEN }}