Skip to content

Commit

Permalink
feat: add flux-containers workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 23, 2023
1 parent 76f27f6 commit c7dcc0a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/flux-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
get cluster
--path /github/workspace/default/${{ matrix.paths }}
--enable-images
--output json
--output-file default.json
--output yaml
--output-file default.yaml
- name: Gather images in pull request branch
uses: docker://ghcr.io/allenporter/flux-local:main
Expand All @@ -101,5 +101,13 @@
get cluster
--path /github/workspace/pull/${{ matrix.paths }}
--enable-images
--output json
--output-file pull.json
--output yaml
--output-file pull.yaml
- name: Test
shell: bash
run: |
echo "default.yaml"
cat default.yaml
echo "pull.yaml"
cat pull.yaml

0 comments on commit c7dcc0a

Please sign in to comment.