Skip to content

Commit 72edf10

Browse files
authored
Use secrets in action
1 parent 2abf826 commit 72edf10

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
@@ -19,8 +19,8 @@ jobs:
1919
uses: docker/login-action@v2
2020
with:
2121
registry: docker.io
22-
username: shivacode02
23-
password: ${{ secrets.DOCKER_CRED }}
22+
username: ${{ secrets.DOCKER_UNAME }}
23+
password: ${{ secrets.DOCKER_PASSWD }}
2424

2525
- name: Pull Docker Image from Docker Hub
2626
run: docker pull docker.io/shivacode02/labview_linux:2025q3_beta

0 commit comments

Comments
 (0)