Rename Hardware Dockerfile

This commit is contained in:
Alexey Khit
2022-12-19 12:16:38 +03:00
parent 110f90cb34
commit e6c36f1cf7
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile.hardware
file: hardware.Dockerfile
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta-hw.outputs.tags }}