File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ jobs:
1818 - name : Log in to Docker Container Registry
1919 uses : docker/login-action@v2
2020 with :
21- registry : docker .io
22- username : ${{ secrets.DOCKER_UNAME }}
23- password : ${{ secrets.DOCKER_PASSWD }}
21+ registry : ghcr .io
22+ username : ${{ secrets.GHCR_UNAME }}
23+ password : ${{ secrets.GHCR_PAT }}
2424
2525 - name : Pull Docker Image from Docker Hub
26- run : docker pull docker .io/shivacode02/labview_linux:2025q3_beta
26+ run : docker pull ghcr .io/shivacode-2/labview:2025q3-linux-beta
2727
2828 - name : Run LabVIEWCLI Operations
2929 run : |
3030 docker run --rm \
3131 -v "${{ github.workspace }}:/workspace" \
32- docker .io/shivacode02/labview_linux:2025q3_beta \
32+ ghcr .io/shivacode-2/labview:2025q3-linux-beta \
3333 bash -c "cd /workspace && chmod +x runlabview.sh && ./runlabview.sh"
3434
You can’t perform that action at this time.
0 commit comments