Skip to content

bump versions

bump versions #4

Workflow file for this run

name: Build & Publish

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: push-image
on:
push:
branches:
- "**" # all branches
- "!dependabot/**" # exclude dependbot branches
workflow_dispatch: # Manually run the workflow
jobs:
push-image:
runs-on: ubuntu-latest
defaults:
run:
working-directory: './app'
steps:
- name: 'Checkout Action'
uses: actions/checkout@main
- name: