Fixing docker based regression test

This commit is contained in:
Ganesh Gore 2022-05-22 23:07:32 -06:00
parent f14e025ab7
commit 52583416fb
1 changed files with 3 additions and 1 deletions

View File

@ -278,7 +278,9 @@ jobs:
if: ${{ !fromJSON(needs.change_detect.outputs.source_modified) }}
name: docker_regression_tests
runs-on: ubuntu-18.04
container: ghcr.io/${{ needs.change_detect.outputs.docker_repo }}/openfpga-master:latest
container:
image: ghcr.io/${{ needs.change_detect.outputs.docker_repo }}/openfpga-master:latest
options: --user root --workdir /home/openfpga_user
strategy:
fail-fast: false
matrix: