fix(packages:kubectl): wrong dockerfile

This commit is contained in:
Tine Jozelj 2020-12-23 20:35:16 +01:00
parent 05e08aca7f
commit a2805c0b67
No known key found for this signature in database
GPG key ID: 3818B74E3830D7CF

View file

@ -29,7 +29,7 @@ jobs:
--build-arg VCS_REF=${GITHUB_SHA::8} \ --build-arg VCS_REF=${GITHUB_SHA::8} \
--cache-from "type=local,src=/tmp/.buildx-cache" \ --cache-from "type=local,src=/tmp/.buildx-cache" \
--cache-to "type=local,dest=/tmp/.buildx-cache" \ --cache-to "type=local,dest=/tmp/.buildx-cache" \
${TAGS} --file ./packages/Dockerfile.starship . ${TAGS} --file ./packages/Dockerfile.kubectl .
- name: Cache Docker layers - name: Cache Docker layers
uses: actions/cache@v2 uses: actions/cache@v2
with: with: