|
2 | 2 | # Unai Martinez-Corral
|
3 | 3 | #
|
4 | 4 | # Copyright 2019-2021 Unai Martinez-Corral <[email protected]>
|
| 5 | +# Copyright 2021 Sebastian Birke <[email protected]> |
5 | 6 | #
|
6 | 7 | # Licensed under the Apache License, Version 2.0 (the "License");
|
7 | 8 | # you may not use this file except in compliance with the License.
|
|
43 | 44 |
|
44 | 45 | - run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
|
45 | 46 |
|
46 |
| - - run: dockerBuild impl impl |
| 47 | + - run: dockerBuild impl:ice40 impl ice40 |
| 48 | + - run: dockerBuild impl:icestorm impl icestorm |
| 49 | + - run: dockerBuild impl:ecp5 impl ecp5 |
| 50 | + - run: dockerBuild impl:prjtrellis impl prjtrellis |
| 51 | + - run: dockerBuild impl:pnr impl pnr |
| 52 | + - run: dockerBuild impl:latest impl latest |
47 | 53 |
|
48 |
| - - run: dockerTest impl |
| 54 | + - run: dockerTest impl:ice40 impl--ice40 |
| 55 | + - run: dockerTest impl:icestorm impl--icestorm |
| 56 | + - run: dockerTest impl:ecp5 impl--ecp5 |
| 57 | + - run: dockerTest impl:prjtrellis impl--prjtrellis |
| 58 | + - run: dockerTest impl:pnr impl--pnr |
| 59 | + - run: dockerTest impl:latest impl |
49 | 60 |
|
50 | 61 | - name: Login to DockerHub
|
51 | 62 | if: github.event_name != 'pull_request' && github.repository == 'hdl/containers'
|
|
54 | 65 | username: ${{ secrets.DOCKER_USER }}
|
55 | 66 | password: ${{ secrets.DOCKER_PASS }}
|
56 | 67 |
|
57 |
| - - run: dockerPush impl |
| 68 | + - run: dockerPush impl:ice40 |
| 69 | + if: github.event_name != 'pull_request' && github.repository == 'hdl/containers' |
| 70 | + |
| 71 | + - run: dockerPush impl:icestorm |
| 72 | + if: github.event_name != 'pull_request' && github.repository == 'hdl/containers' |
| 73 | + |
| 74 | + - run: dockerPush impl:ecp5 |
| 75 | + if: github.event_name != 'pull_request' && github.repository == 'hdl/containers' |
| 76 | + |
| 77 | + - run: dockerPush impl:prjtrellis |
| 78 | + if: github.event_name != 'pull_request' && github.repository == 'hdl/containers' |
| 79 | + |
| 80 | + - run: dockerPush impl:pnr |
| 81 | + if: github.event_name != 'pull_request' && github.repository == 'hdl/containers' |
| 82 | + |
| 83 | + - run: dockerPush impl:latest |
58 | 84 | if: github.event_name != 'pull_request' && github.repository == 'hdl/containers'
|
0 commit comments