buildah: Don't include oci-archive: FROM lines in BASE_IMAGES #328
Workflow file for this run
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: Validate PR - Trusted Artifact variants | |
'on': | |
pull_request: | |
branches: [main] | |
jobs: | |
go: | |
name: Check Trusted Artifact variants | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- name: Check Trusted Artifact variants | |
run: hack/generate-ta-tasks.sh |