Skip to content

add action that builds/pushes new image for main #1

add action that builds/pushes new image for main

add action that builds/pushes new image for main #1

Workflow file for this run

name: main branch - test; build & push to ghcr
on:
push:
branches:
- main
paths-ignore:
- README.md
- LICENSE
jobs:
test:
uses: ./.github/workflows/check-project.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "./.github/workflows/check-project.yml" (source branch with sha:de36c1d1db9bd55387bc97bba9a698feffd1c28a) : workflow is not reusable as it is missing a `on.workflow_call` trigger
build-push-image:
uses: beeldengeluid/gha-workflows/.github/workflows/build-push-image.yml@71d9cba5e50f829007d4ba9391e827ddc3864d0c # v2024.09.02
secrets: inherit
needs: [test]
permissions:
contents: read
packages: write
id-token: write