Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsafin committed Apr 2, 2024
1 parent e660075 commit 192c053
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-serders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,15 @@ jobs:
id: docker_build_and_push_with_serdes
uses: docker/build-push-action@v5
with:
file: Dockerfile-Serdes
file: ./api/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 }}
ghcr.io/kafbat/kafka-ui-serders:main
build-args: |
BASE_UI_IMAGE=ghcr.io/kafbat/kafka-ui:mains
BASE_UI_IMAGE=ghcr.io/kafbat/kafka-ui:main
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 }}
Expand Down

0 comments on commit 192c053

Please sign in to comment.