Skip to content

[CD] Use configurable runner #41

[CD] Use configurable runner

[CD] Use configurable runner #41

name: "CD: Env containers"
on:
push:
branches: [master]
release:
types: [published]
workflow_dispatch:
jobs:
containers_build_and_push:
uses: INGInious/.github/.github/workflows/containers.yml@358002bb0f1476eebe02bc6ff4806461407d23a

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

View workflow run for this annotation

GitHub Actions / .github/workflows/env_containers.yml

Invalid workflow file

error parsing called workflow ".github/workflows/env_containers.yml" -> "INGInious/.github/.github/workflows/containers.yml@358002bb0f1476eebe02bc6ff4806461407d23a" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
working-directory: base-containers
context-path: context.yml
compose-path: compose.yml
registry: ghcr.io
container_type: env
version: ${{ github.event_name == 'push' && github.ref_name || github.event.release.tag_name }}
runner: "ubuntu-latest"
secrets:
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}