Skip to content

converted apache spark cve-2022-33891 to templated #878

converted apache spark cve-2022-33891 to templated

converted apache spark cve-2022-33891 to templated #878

Workflow file for this run

name: community-plugins-build
on:
pull_request:
paths:
- 'community/**'
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: google/tsunami-plugins-community
PLUGINS_CATEGORY: community
PLUGINS_FOLDER: community
jobs:
build-image:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Docker image
id: build
uses: docker/build-push-action@v6
with:
context: .
push: false
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
"TSUNAMI_PLUGIN_FOLDER=${{ env.PLUGINS_FOLDER }}"