|
43 | 43 |
|
44 | 44 | - run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
|
45 | 45 |
|
46 |
| - - run: dockerBuild impl impl |
| 46 | + - run: dockerBuild impl:ice40 impl ice40 |
| 47 | + - run: dockerBuild impl:icestorm impl icestorm |
| 48 | + - run: dockerBuild impl:ecp5 impl ecp5 |
| 49 | + - run: dockerBuild impl:prjtrellis impl prjtrellis |
| 50 | + - run: dockerBuild impl:pnr impl pnr |
| 51 | + - run: dockerBuild impl:latest impl latest |
47 | 52 |
|
48 |
| - - run: dockerTest impl |
| 53 | + - run: dockerTest impl:ice40 impl--ice40 |
| 54 | + - run: dockerTest impl:icestorm impl--icestorm |
| 55 | + - run: dockerTest impl:ecp5 impl--ecp5 |
| 56 | + - run: dockerTest impl:prjtrellis impl--prjtrellis |
| 57 | + - run: dockerTest impl:pnr impl--pnr |
| 58 | + - run: dockerTest impl:latest impl |
49 | 59 |
|
50 | 60 | - name: Login to DockerHub
|
51 | 61 | if: github.event_name != 'pull_request' && github.repository == 'hdl/containers'
|
|
54 | 64 | username: ${{ secrets.DOCKER_USER }}
|
55 | 65 | password: ${{ secrets.DOCKER_PASS }}
|
56 | 66 |
|
57 |
| - - run: dockerPush impl |
| 67 | + - run: dockerPush impl:ice40 |
| 68 | + if: github.event_name != 'pull_request' && github.repository == 'hdl/containers' |
| 69 | + |
| 70 | + - run: dockerPush impl:icestorm |
| 71 | + if: github.event_name != 'pull_request' && github.repository == 'hdl/containers' |
| 72 | + |
| 73 | + - run: dockerPush impl:ecp5 |
| 74 | + if: github.event_name != 'pull_request' && github.repository == 'hdl/containers' |
| 75 | + |
| 76 | + - run: dockerPush impl:prjtrellis |
| 77 | + if: github.event_name != 'pull_request' && github.repository == 'hdl/containers' |
| 78 | + |
| 79 | + - run: dockerPush impl:pnr |
| 80 | + if: github.event_name != 'pull_request' && github.repository == 'hdl/containers' |
| 81 | + |
| 82 | + - run: dockerPush impl:latest |
58 | 83 | if: github.event_name != 'pull_request' && github.repository == 'hdl/containers'
|
0 commit comments