@@ -21,19 +21,19 @@ jobs:
2121 password : ${{ secrets.CR_PAT }}
2222
2323 - name : Build base image
24- run : docker build -t ghcr.io/${{ github.repository_owner }}/ubit -toolchain:latest .
24+ run : docker build -t ghcr.io/${{ github.repository_owner }}/microbit -toolchain:latest .
2525 - name : Tag same base image with the versioned tag
26- run : docker tag ghcr.io/${{ github.repository_owner }}/ubit -toolchain:latest ghcr.io/${{ github.repository_owner }}/ubit -toolchain:${{ steps.get_version.outputs.VERSION }}
26+ run : docker tag ghcr.io/${{ github.repository_owner }}/microbit -toolchain:latest ghcr.io/${{ github.repository_owner }}/microbit -toolchain:${{ steps.get_version.outputs.VERSION }}
2727 - name : Push base images to ghcr.io
2828 run : |
29- docker push ghcr.io/${{ github.repository_owner }}/ubit -toolchain:latest
30- docker push ghcr.io/${{ github.repository_owner }}/ubit -toolchain:${{ steps.get_version.outputs.VERSION }}
29+ docker push ghcr.io/${{ github.repository_owner }}/microbit -toolchain:latest
30+ docker push ghcr.io/${{ github.repository_owner }}/microbit -toolchain:${{ steps.get_version.outputs.VERSION }}
3131
3232 - name : Build codespaces image
33- run : docker build -t ghcr.io/${{ github.repository_owner }}/devcontainer-ubit :latest .
33+ run : docker build -t ghcr.io/${{ github.repository_owner }}/devcontainer-microbit :latest .
3434 - name : Tag same codespaces image with the versioned tag
35- run : docker tag ghcr.io/${{ github.repository_owner }}/devcontainer-ubit :latest ghcr.io/${{ github.repository_owner }}/devcontainer-ubit :${{ steps.get_version.outputs.VERSION }}
35+ run : docker tag ghcr.io/${{ github.repository_owner }}/devcontainer-microbit :latest ghcr.io/${{ github.repository_owner }}/devcontainer-microbit :${{ steps.get_version.outputs.VERSION }}
3636 - name : Push codespaces images to ghcr.io
3737 run : |
38- docker push ghcr.io/${{ github.repository_owner }}/devcontainer-ubit :latest
39- docker push ghcr.io/${{ github.repository_owner }}/devcontainer-ubit :${{ steps.get_version.outputs.VERSION }}
38+ docker push ghcr.io/${{ github.repository_owner }}/devcontainer-microbit :latest
39+ docker push ghcr.io/${{ github.repository_owner }}/devcontainer-microbit :${{ steps.get_version.outputs.VERSION }}
0 commit comments