We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703b555 commit d1c9a3dCopy full SHA for d1c9a3d
1 file changed
.github/workflows/vi-analyzer-container.yml
@@ -23,12 +23,12 @@ jobs:
23
password: ${{ secrets.GHCR_PAT }}
24
25
- name: Pull Docker Image from Docker Hub
26
- run: docker pull nationalinstruments/labview:latest-linux
+ run: docker pull nationalinstruments/labview:2025q3patch1-linux
27
28
- name: Run LabVIEWCLI Operations
29
run: |
30
docker run --rm \
31
-v "${{ github.workspace }}:/workspace" \
32
- nationalinstruments/labview:latest-linux \
+ nationalinstruments/labview:2025q3patch1-linux \
33
bash -c "cd /workspace && chmod +x runlabview.sh && ./runlabview.sh"
34
0 commit comments