build: replace add-path with environment files

This commit is contained in:
Deavon M. McCaffery
2020-11-18 12:44:58 +00:00
parent bc809cd763
commit 9ca49aa442
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Kubernetes
uses: engineerd/setup-kind@v0.4.0
uses: engineerd/setup-kind@v0.5.0
- name: Build container image
run: |
GIT_COMMIT=$(git rev-list -1 HEAD) && \