ci(box64): fix file path

This commit is contained in:
Alex
2022-07-21 10:09:20 +03:00
committed by GitHub
parent f636454065
commit c47ac7f71b

View File

@@ -32,7 +32,7 @@ jobs:
- uses: docker/build-push-action@v2 - uses: docker/build-push-action@v2
with: with:
context: ./box64 context: ./box64
file: ./${{ matrix.oses }}/Dockerfile file: ./${{ matrix.tag }}/Dockerfile
platforms: linux/arm64 platforms: linux/arm64
push: true push: true
tags: | tags: |