File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 1818 outputs :
1919 version : ${{steps.build.outputs.version}}
2020
21- outputs :
22- version : ${{steps.build.outputs.version}}
23-
2421 steps :
2522 - name : Checkout
2623 uses : actions/checkout@v4
6966 id-token : write # Required to authenticate with OIDC for AWS
7067 uses : ./.github/workflows/docker_publish.yml
7168 secrets : inherit
72- with :
73- version : ${{ needs.jar-build.outputs.version }}
74- generic_tag : main
75- name : kafbat-ui-${{ steps.build.outputs.version }}
76- path : api/target/api-${{ steps.build.outputs.version }}.jar
77- retention-days : 1
78-
79- docker-build :
80- needs : jar-build
81- permissions :
82- contents : read
83- uses : ./.github/workflows/docker_build.yml
84- secrets : inherit
85- with :
86- sha : ${{ github.sha }}
87- version : ${{ needs.jar-build.outputs.version }}
88-
89- docker-deploy :
90- needs : [ jar-build, docker-build ]
91- permissions :
92- packages : write
93- id-token : write
94- uses : ./.github/workflows/docker_publish.yml
95- secrets : inherit
9669 with :
9770 version : ${{ needs.jar-build.outputs.version }}
9871 generic_tag : main
You can’t perform that action at this time.
0 commit comments