Skip to content

Commit 9f7efa9

Browse files
authored
Update vi-analyzer-container.yml
1 parent 9e046d7 commit 9f7efa9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/vi-analyzer-container.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)