Skip to content

Update nextcloud Docker tag to v30.0.6 #80

Update nextcloud Docker tag to v30.0.6

Update nextcloud Docker tag to v30.0.6 #80

Workflow file for this run

name: Deploy on kind
on:
pull_request:
branches:
- main
jobs:
kind-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Chainsaw
uses: kyverno/action-install-chainsaw@v0.2.12
- name: Create Kind Cluster
uses: helm/kind-action@v1.12.0
with:
config: kind-config.yaml
- name: Chainsaw test
run: chainsaw test
env:
BITWARDEN_ACCESS_TOKEN: ${{ secrets.BITWARDEN_ACCESS_TOKEN }}
TARGET_REVISION: ${{ github.head_ref }}