Merge pull request #3484 from derekpierre/docker-login

GH Action Docker login
pull/3486/head
Derek Pierre 2024-04-19 08:46:26 -04:00 committed by GitHub
commit c313ea790d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

View File