1 parent 14e96ef commit bb1aa69Copy full SHA for bb1aa69
1 file changed
.github/workflows/windows-container-build-test-publish.yml
@@ -63,11 +63,8 @@ jobs:
63
./Makefile.ps1 Test -ImageName ${{ env.IMAGE_BASE_NAME }} -Release ${{ matrix.matlab-release }} -Token ${{ secrets.MATLAB_BATCH_TOKEN_EXPIRES_03_2026 }}
64
65
- name: Login to GitHub Container Registry
66
- uses: docker/login-action@v3
67
- with:
68
- registry: ghcr.io
69
- username: ${{ github.repository_owner }}
70
- password: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
71
72
- name: Push the image to ghcr.io
73
run: |
0 commit comments