Skip to content

Go container packaging #92

Go container packaging

Go container packaging #92

Workflow file for this run

---
name: Go container packaging
on:
push: {}
pull_request: {}
schedule:
- cron: "0 0 * * *"
release:
types: [published]
workflow_dispatch: {}
permissions:
actions: read
packages: write
contents: write
pull-requests: write
id-token: write
security-events: write
statuses: write
checks: write
jobs:
go-container-apps-ghcr:
uses: GeoNet/Actions/.github/workflows/reusable-go-container-apps.yml@main
with:
imagePromotionConfigPath: ./images/config.yaml

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

View workflow run for this annotation

GitHub Actions / Go container packaging

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 27, Col: 33): Invalid input, imagePromotionConfigPath is not defined in the referenced workflow. .github/workflows/build.yml (Line: 28, Col: 33): Invalid input, updateGoVersionAutoMerge is not defined in the referenced workflow.
updateGoVersionAutoMerge: false
containerScanningEnabled: false # needs perms
paths: >-
./cmd/pd-reassign-all
# vim: set ts=2 sw=2 tw=0 et: