Skip to content

Split up runners

Split up runners #26

Workflow file for this run

name: Create and publish AEM images
on: [push]
variables:

Check failure on line 5 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Create and publish AEM images

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 5, Col: 1): Unexpected value 'variables' .github/workflows/build.yml (Line: 17, Col: 14): Unrecognized named-value: 'variables'. Located at position 1 within expression: variables.registry
registry: ghcr.io
image_name: ${{ github.repository }}
aem_sdk_version: 2024.10.18459.20241031T210302Z-241000
jobs:
build-images:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- run: |
uname -a
echo ${{ variables.registry }}/${{ variables.image_name }}:${{ variables.aem_sdk_version }}