Skip to content

Bump github.com/onmetal/ipam from 0.0.23 to 0.0.24 #54

Bump github.com/onmetal/ipam from 0.0.23 to 0.0.24

Bump github.com/onmetal/ipam from 0.0.23 to 0.0.24 #54

Workflow file for this run

name: Pull Request Deploy test
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*
paths:
- 'config/**'
pull_request_target:
paths-ignore:
- 'config/**'
jobs:
kustomize-test:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Complie manifests
uses: azure/[email protected]
with:
renderEngine: 'kustomize'
kustomizationPath: './config/default/'
kubectl-version: 'latest'
silent: 'false'