File tree 1 file changed +0
-25
lines changed
1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 77
77
cache-from : type=local,src=/tmp/.buildx-cache
78
78
cache-to : type=local,dest=/tmp/.buildx-cache
79
79
80
- - name : Get latest Serders
81
- id : get_serders
82
- run : |
83
- ./api/build-with-serders.sh
84
-
85
- # - name: Build & push docker image with serder
86
- # id: docker_build_and_push_with_serdes
87
- # uses: docker/build-push-action@v5
88
- # with:
89
- # file: Dockerfile-Serdes
90
- # builder: ${{ steps.buildx.outputs.name }}
91
- # context: api
92
- # platforms: linux/amd64,linux/arm64
93
- # provenance: false
94
- # push: true
95
- # tags: |
96
- # ghcr.io/kafbat/kafka-ui-serders:${{ steps.build.outputs.version }}
97
- # build-args: |
98
- # BASE_UI_IMAGE=ghcr.io/kafbat/kafka-ui:${{ steps.build.outputs.version }}
99
- # SERDE_SMILE_JAR=${{ steps.get_serders.outputs.smile_package_url }}
100
- # SERDE_SMILE_VERSION=${{ steps.get_serders.outputs.smile_serde_version }}
101
- # SERDE_GLUE_JAR=${{ steps.get_serders.outputs.glue_package_url }}
102
- # SERDE_GLUE_VERSION=${{ steps.get_serders.outputs.glue_serde_version }}
103
- # cache-from: type=local,src=/tmp/.buildx-cache
104
- # cache-to: type=local,dest=/tmp/.buildx-cache
You can’t perform that action at this time.
0 commit comments