mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +00:00
fix(packages:kubectl): wrong dockerfile
This commit is contained in:
parent
05e08aca7f
commit
a2805c0b67
1 changed files with 1 additions and 1 deletions
2
.github/workflows/packages.yaml
vendored
2
.github/workflows/packages.yaml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue