|
45 | 45 | file: build/standard/docker/Dockerfile
|
46 | 46 | build-args: CONTAINER_VERSION=${{ github.ref_name }}
|
47 | 47 | push: ${{ github.event_name != 'pull_request' }}
|
48 |
| - tags: throwtheswitch/madsciencelab:${{ github.ref_name }}, throwtheswitch/madsciencelab:latest |
| 48 | + tags: mkarlesky/madsciencelab:${{ github.ref_name }}, mkarlesky/madsciencelab:latest |
49 | 49 |
|
50 | 50 | - name: 'Build and push Docker image throwtheswitch/madsciencelab-plugins:${{ github.ref_name }}'
|
51 | 51 | uses: docker/build-push-action@v6
|
|
54 | 54 | file: build/plugins/docker/Dockerfile
|
55 | 55 | build-args: CONTAINER_VERSION=${{ github.ref_name }}
|
56 | 56 | push: ${{ github.event_name != 'pull_request' }}
|
57 |
| - tags: throwtheswitch/madsciencelab-plugins:${{ github.ref_name }}, throwtheswitch/madsciencelab-plugins:latest |
| 57 | + tags: mkarlesky/madsciencelab-plugins:${{ github.ref_name }}, mkarlesky/madsciencelab-plugins:latest |
58 | 58 |
|
59 | 59 | - name: 'Build and push Docker image throwtheswitch/madsciencelab-arm-none-eabi:${{ github.ref_name }}'
|
60 | 60 | uses: docker/build-push-action@v6
|
|
63 | 63 | file: build/arm-none-eabi/docker/Dockerfile
|
64 | 64 | build-args: CONTAINER_VERSION=${{ github.ref_name }}
|
65 | 65 | push: ${{ github.event_name != 'pull_request' }}
|
66 |
| - tags: throwtheswitch/madsciencelab-arm-none-eabi:${{ github.ref_name }}, throwtheswitch/madsciencelab-arm-none-eabi:latest |
| 66 | + tags: mkarlesky/madsciencelab-arm-none-eabi:${{ github.ref_name }}, mkarlesky/madsciencelab-arm-none-eabi:latest |
67 | 67 |
|
68 | 68 | - name: 'Build and push Docker image throwtheswitch/madsciencelab-arm-none-eabi-plugins:${{ github.ref_name }}'
|
69 | 69 | uses: docker/build-push-action@v6
|
|
72 | 72 | file: build/arm-none-eabi-plugins/docker/Dockerfile
|
73 | 73 | build-args: CONTAINER_VERSION=${{ github.ref_name }}
|
74 | 74 | push: ${{ github.event_name != 'pull_request' }}
|
75 |
| - tags: throwtheswitch/madsciencelab-arm-none-eabi-plugins:${{ github.ref_name }}, throwtheswitch/madsciencelab-arm-none-eabi-plugins:latest |
| 75 | + tags: mkarlesky/madsciencelab-arm-none-eabi-plugins:${{ github.ref_name }}, mkarlesky/madsciencelab-arm-none-eabi-plugins:latest |
76 | 76 |
|
0 commit comments