|
43 | 43 | uses: docker/build-push-action@v6
|
44 | 44 | with:
|
45 | 45 | platforms: linux/amd64,linux/arm64
|
46 |
| - file: {context}/build/standard/docker/Dockerfile |
| 46 | + file: build/standard/docker/Dockerfile |
47 | 47 | build-args: CONTAINER_VERSION=${{ github.ref_name }}
|
48 | 48 | push: ${{ github.event_name != 'pull_request' }}
|
49 | 49 | tags: throwtheswitch/madsciencelab:${{ github.ref_name }}, throwtheswitch/madsciencelab:latest
|
|
53 | 53 | uses: docker/build-push-action@v6
|
54 | 54 | with:
|
55 | 55 | platforms: linux/amd64,linux/arm64
|
56 |
| - file: {context}/build/plugins/docker/Dockerfile |
| 56 | + file: build/plugins/docker/Dockerfile |
57 | 57 | build-args: CONTAINER_VERSION=${{ github.ref_name }}
|
58 | 58 | push: ${{ github.event_name != 'pull_request' }}
|
59 | 59 | tags: throwtheswitch/madsciencelab-plugins:${{ github.ref_name }}, throwtheswitch/madsciencelab-plugins:latest
|
|
63 | 63 | uses: docker/build-push-action@v6
|
64 | 64 | with:
|
65 | 65 | platforms: linux/amd64,linux/arm64
|
66 |
| - file: {context}/build/arm-none-eabi/docker/Dockerfile |
| 66 | + file: build/arm-none-eabi/docker/Dockerfile |
67 | 67 | build-args: CONTAINER_VERSION=${{ github.ref_name }}
|
68 | 68 | push: ${{ github.event_name != 'pull_request' }}
|
69 | 69 | tags: throwtheswitch/madsciencelab-arm-none-eabi:${{ github.ref_name }}, throwtheswitch/madsciencelab-arm-none-eabi:latest
|
|
73 | 73 | uses: docker/build-push-action@v6
|
74 | 74 | with:
|
75 | 75 | platforms: linux/amd64,linux/arm64
|
76 |
| - file: {context}/build/arm-none-eabi-plugins/docker/Dockerfile |
| 76 | + file: build/arm-none-eabi-plugins/docker/Dockerfile |
77 | 77 | build-args: CONTAINER_VERSION=${{ github.ref_name }}
|
78 | 78 | push: ${{ github.event_name != 'pull_request' }}
|
79 | 79 | tags: throwtheswitch/madsciencelab-arm-none-eabi-plugins:${{ github.ref_name }}, throwtheswitch/madsciencelab-arm-none-eabi-plugins:latest
|
|
0 commit comments