Automating version pick-up according to current git version and minor Kustomize hotfixes (#135)

This commit is contained in:
Dario Tranchitella
2020-11-17 19:20:31 +01:00
committed by GitHub
parent 45709f7bd3
commit 6541f19b67
7 changed files with 39 additions and 15 deletions

View File

@@ -33,7 +33,9 @@ jobs:
k8s-version: ['v1.16.15', 'v1.17.11', 'v1.18.8', 'v1.19.1']
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Cache Go modules and Docker images
uses: actions/cache@v1
env: