Skip to content

Commit 59a6f6a

Browse files
authored
Merge pull request #28 from shivaCode-2/shivaCode-2-patch-1
Use secrets in action
2 parents 2abf826 + 72edf10 commit 59a6f6a

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)