Skip to content

chore(deps): bump github.com/google/uuid from 1.4.0 to 1.6.0 #49

chore(deps): bump github.com/google/uuid from 1.4.0 to 1.6.0

chore(deps): bump github.com/google/uuid from 1.4.0 to 1.6.0 #49

Workflow file for this run

name: Build & Test & Make snapshot
on:
push:
branches:
- main
pull_request:
jobs:
build:
uses: kube-cicd/.github/.github/workflows/app.common.yaml@main
secrets:
containerRegistryUsername: "${{ secrets.QUAY_USERNAME }}"
containerRegistryPassword: "${{ secrets.QUAY_PASSWORD }}"
with:
containerImage: "quay.io/pipelines-feedback/batchv1"
containerRegistryHost: "quay.io"
release-helm:
uses: kube-cicd/.github/.github/workflows/helm.common.yaml@main
needs: [ "build" ]
secrets:
registryUsername: "${{ secrets.QUAY_USERNAME }}"
registryPassword: "${{ secrets.QUAY_PASSWORD }}"
with:
chartRepoName: "pipelines-feedback"
chartName: "batchv1-chart"
chartPath: "charts/batchv1-chart"
enableHelmDocs: false
registryHost: "quay.io"