We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2abf826 + 72edf10 commit 59a6f6aCopy full SHA for 59a6f6a
1 file changed
.github/workflows/vi-analyzer-container.yml
@@ -19,8 +19,8 @@ jobs:
19
uses: docker/login-action@v2
20
with:
21
registry: docker.io
22
- username: shivacode02
23
- password: ${{ secrets.DOCKER_CRED }}
+ username: ${{ secrets.DOCKER_UNAME }}
+ password: ${{ secrets.DOCKER_PASSWD }}
24
25
- name: Pull Docker Image from Docker Hub
26
run: docker pull docker.io/shivacode02/labview_linux:2025q3_beta
0 commit comments