Go container packaging #85
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: 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 GitHub Actions / Go container packagingInvalid workflow file
|
||
updateGoVersionAutoMerge: false | ||
containerScanningEnabled: false # needs perms | ||
paths: >- | ||
./cmd/pd-reassign-all | ||
# vim: set ts=2 sw=2 tw=0 et: |