Skip to content

Commit

Permalink
gh-actions: Add action to build Katib UI image.
Browse files Browse the repository at this point in the history
Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com>
  • Loading branch information
orfeas-k committed Nov 11, 2022
1 parent 5a9b17f commit d358963
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish-katib-ui-image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish Katib UI Image

on:
- push
- pull_request

jobs:
ui:
name: Publish Image
uses: ./.github/workflows/build-and-publish-images.yaml
with:
component-name: katib-ui
platforms: linux/amd64,linux/arm64
dockerfile: cmd/new-ui/v1beta1/Dockerfile
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit d358963

Please sign in to comment.