Skip to content

Merge remote-tracking branch 'upstream/main' #1

Merge remote-tracking branch 'upstream/main'

Merge remote-tracking branch 'upstream/main' #1

Workflow file for this run

---
name: "Image: golang"
permissions:
actions: write # so 'cancel-workflow-action' can function
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
workflows:
uses: ./.github/workflows/build-image-base.yml
with:
image: golang
platforms: linux/amd64,linux/arm64
test_platform: linux/amd64

Check failure on line 21 in .github/workflows/image_golang.yml

View workflow run for this annotation

GitHub Actions / Image: golang

Invalid workflow file

The workflow is not valid. .github/workflows/image_golang.yml (Line: 21, Col: 22): Invalid input, test_platform is not defined in the referenced workflow.
secrets: inherit