Skip to content

Update K8s related bumps #10

Update K8s related bumps

Update K8s related bumps #10

Workflow file for this run

---
name: "Image: psql"
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: psql
platforms: linux/amd64,linux/arm64
test_platform: linux/amd64

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

View workflow run for this annotation

GitHub Actions / Image: psql

Invalid workflow file

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