mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-03-04 18:50:31 +00:00
Automating version pick-up according to current git version and minor Kustomize hotfixes (#135)
This commit is contained in:
committed by
GitHub
parent
45709f7bd3
commit
6541f19b67
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user