Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
More docker fixes, r4
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Oct 12, 2023
1 parent 4a33a7c commit a4fd705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
--env http_proxy \
--env https_proxy \
--env no_proxy \
-id --name hdk-build.${{ inputs.name }} --network host ${{ devices }} hdk-build.${{ inputs.name }}:latest
-id --name hdk-build.${{ inputs.name }} --network host ${{ env.devices }} hdk-build.${{ inputs.name }}:latest
- name: Copy files into the container
run: |
Expand Down

0 comments on commit a4fd705

Please sign in to comment.