Skip to content

chore(CSI-4832): Upgrade Helm chart major version for deployments #50

chore(CSI-4832): Upgrade Helm chart major version for deployments

chore(CSI-4832): Upgrade Helm chart major version for deployments #50

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Build the Docker image
- name: Build Image
env:
DOCKER_BUILDKIT: 1
run: |
docker build .