Skip to content

Commit a95d40d

Browse files
committed
update main
1 parent 80ba959 commit a95d40d

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
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
@@ -69,30 +66,6 @@ jobs:
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

0 commit comments

Comments
 (0)