Skip to content

Commit d1c9a3d

Browse files
authored
Update vi-analyzer-container.yml
1 parent 703b555 commit d1c9a3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
password: ${{ secrets.GHCR_PAT }}
2424

2525
- name: Pull Docker Image from Docker Hub
26-
run: docker pull nationalinstruments/labview:latest-linux
26+
run: docker pull nationalinstruments/labview:2025q3patch1-linux
2727

2828
- name: Run LabVIEWCLI Operations
2929
run: |
3030
docker run --rm \
3131
-v "${{ github.workspace }}:/workspace" \
32-
nationalinstruments/labview:latest-linux \
32+
nationalinstruments/labview:2025q3patch1-linux \
3333
bash -c "cd /workspace && chmod +x runlabview.sh && ./runlabview.sh"
3434

0 commit comments

Comments
 (0)