Skip to content

Commit 2921a93

Browse files
committed
Temporary testing Docker Hub repo
1 parent befe3c2 commit 2921a93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
file: build/standard/docker/Dockerfile
4646
build-args: CONTAINER_VERSION=${{ github.ref_name }}
4747
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
4949

5050
- name: 'Build and push Docker image throwtheswitch/madsciencelab-plugins:${{ github.ref_name }}'
5151
uses: docker/build-push-action@v6
@@ -54,7 +54,7 @@ jobs:
5454
file: build/plugins/docker/Dockerfile
5555
build-args: CONTAINER_VERSION=${{ github.ref_name }}
5656
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
5858

5959
- name: 'Build and push Docker image throwtheswitch/madsciencelab-arm-none-eabi:${{ github.ref_name }}'
6060
uses: docker/build-push-action@v6
@@ -63,7 +63,7 @@ jobs:
6363
file: build/arm-none-eabi/docker/Dockerfile
6464
build-args: CONTAINER_VERSION=${{ github.ref_name }}
6565
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
6767

6868
- name: 'Build and push Docker image throwtheswitch/madsciencelab-arm-none-eabi-plugins:${{ github.ref_name }}'
6969
uses: docker/build-push-action@v6
@@ -72,5 +72,5 @@ jobs:
7272
file: build/arm-none-eabi-plugins/docker/Dockerfile
7373
build-args: CONTAINER_VERSION=${{ github.ref_name }}
7474
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
7676

0 commit comments

Comments
 (0)