Update K8s related bumps #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
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 GitHub Actions / Image: psqlInvalid workflow file
|
||
secrets: inherit |