Skip to content

Commit

Permalink
remove from main
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsafin committed Apr 2, 2024
1 parent 003b03e commit e660075
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,28 +77,3 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Get latest Serders
id: get_serders
run: |
./api/build-with-serders.sh
# - name: Build & push docker image with serder
# id: docker_build_and_push_with_serdes
# uses: docker/build-push-action@v5
# with:
# file: Dockerfile-Serdes
# builder: ${{ steps.buildx.outputs.name }}
# context: api
# platforms: linux/amd64,linux/arm64
# provenance: false
# push: true
# tags: |
# ghcr.io/kafbat/kafka-ui-serders:${{ steps.build.outputs.version }}
# build-args: |
# BASE_UI_IMAGE=ghcr.io/kafbat/kafka-ui:${{ steps.build.outputs.version }}
# SERDE_SMILE_JAR=${{ steps.get_serders.outputs.smile_package_url }}
# SERDE_SMILE_VERSION=${{ steps.get_serders.outputs.smile_serde_version }}
# SERDE_GLUE_JAR=${{ steps.get_serders.outputs.glue_package_url }}
# SERDE_GLUE_VERSION=${{ steps.get_serders.outputs.glue_serde_version }}
# cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit e660075

Please sign in to comment.