Fixed Manjaro build
This commit is contained in:
parent
4371dff5b5
commit
f9fe688f7b
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||||
with:
|
with:
|
||||||
# context: tools/dev_image
|
context: manjaro
|
||||||
push: true
|
push: true
|
||||||
tags: setsoft/kicad_auto:manjaro_k6
|
tags: setsoft/kicad_auto:manjaro_k6
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue