Skip to content

Commit c5569ec

Browse files
committed
fix: PAAL-120 Install flux cli
1 parent d29de29 commit c5569ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
run: |
5454
make docker-buildx
5555
56+
- name: 'Setup Flux CLI'
57+
uses: fluxcd/flux2/action@main
58+
5659
- name: 'Flux Build & Push'
5760
env:
5861
VERSION: ${{ steps.generate_version.outputs.version }}

0 commit comments

Comments
 (0)