Merge pull request #256 from trustgraph-ai/more-docker-updates

Updated docker login and checkout versions
This commit is contained in:
Jack Colquitt 2025-01-06 12:43:55 -08:00 committed by GitHub
commit 542209423b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,10 +25,10 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a uses: docker/login-action@v3
with: with:
username: ${{ vars.DOCKER_USERNAME }} username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_SECRET }} password: ${{ secrets.DOCKER_SECRET }}