Skip to content

Commit 97cf2a5

Browse files
Update .github/workflows/container-integration-test.yml
Co-authored-by: David Boike <[email protected]>
1 parent f06578f commit 97cf2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
username: ${{ github.actor }}
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464
- name: Log in to Docker Hub
65-
uses: docker/login-action@v3
65+
uses: docker/login-action@v3.3.0
6666
with:
6767
username: ${{ secrets.DOCKERHUB_USERNAME }}
6868
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)