Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Spark Operator image into Theia domain #34

Merged
merged 1 commit into from
Jun 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/docker_update_theia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
ch-server-tag:
description: 'Tag for clickhouse-server Docker image'
required: true
spark-operator-tag:
description: 'Tag for spark-operator Docker image'
required: true

jobs:
build:
Expand Down Expand Up @@ -50,3 +53,9 @@ jobs:
src: docker.io/yandex/clickhouse-server:${{ github.event.inputs.ch-server-tag }}
dst: |
docker.io/antrea/theia-clickhouse-server:${{ github.event.inputs.ch-server-tag }}
- name: Push antrea/theia-spark-operator
uses: akhilerm/tag-push-action@v2.0.0
with:
src: ghcr.io/googlecloudplatform/spark-operator:${{ github.event.inputs.spark-operator-tag }}
dst: |
docker.io/antrea/theia-spark-operator:${{ github.event.inputs.spark-operator-tag }}