Skip to content

Commit

Permalink
Temporary testing Docker Hub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Oct 2, 2024
1 parent befe3c2 commit 2921a93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
file: build/standard/docker/Dockerfile
build-args: CONTAINER_VERSION=${{ github.ref_name }}
push: ${{ github.event_name != 'pull_request' }}
tags: throwtheswitch/madsciencelab:${{ github.ref_name }}, throwtheswitch/madsciencelab:latest
tags: mkarlesky/madsciencelab:${{ github.ref_name }}, mkarlesky/madsciencelab:latest

- name: 'Build and push Docker image throwtheswitch/madsciencelab-plugins:${{ github.ref_name }}'
uses: docker/build-push-action@v6
Expand All @@ -54,7 +54,7 @@ jobs:
file: build/plugins/docker/Dockerfile
build-args: CONTAINER_VERSION=${{ github.ref_name }}
push: ${{ github.event_name != 'pull_request' }}
tags: throwtheswitch/madsciencelab-plugins:${{ github.ref_name }}, throwtheswitch/madsciencelab-plugins:latest
tags: mkarlesky/madsciencelab-plugins:${{ github.ref_name }}, mkarlesky/madsciencelab-plugins:latest

- name: 'Build and push Docker image throwtheswitch/madsciencelab-arm-none-eabi:${{ github.ref_name }}'
uses: docker/build-push-action@v6
Expand All @@ -63,7 +63,7 @@ jobs:
file: build/arm-none-eabi/docker/Dockerfile
build-args: CONTAINER_VERSION=${{ github.ref_name }}
push: ${{ github.event_name != 'pull_request' }}
tags: throwtheswitch/madsciencelab-arm-none-eabi:${{ github.ref_name }}, throwtheswitch/madsciencelab-arm-none-eabi:latest
tags: mkarlesky/madsciencelab-arm-none-eabi:${{ github.ref_name }}, mkarlesky/madsciencelab-arm-none-eabi:latest

- name: 'Build and push Docker image throwtheswitch/madsciencelab-arm-none-eabi-plugins:${{ github.ref_name }}'
uses: docker/build-push-action@v6
Expand All @@ -72,5 +72,5 @@ jobs:
file: build/arm-none-eabi-plugins/docker/Dockerfile
build-args: CONTAINER_VERSION=${{ github.ref_name }}
push: ${{ github.event_name != 'pull_request' }}
tags: throwtheswitch/madsciencelab-arm-none-eabi-plugins:${{ github.ref_name }}, throwtheswitch/madsciencelab-arm-none-eabi-plugins:latest
tags: mkarlesky/madsciencelab-arm-none-eabi-plugins:${{ github.ref_name }}, mkarlesky/madsciencelab-arm-none-eabi-plugins:latest

0 comments on commit 2921a93

Please sign in to comment.