Bump docker/login-action from 3.1.0 to 3.3.0 (#4)

This commit is contained in:
dependabot[bot] 2024-09-23 22:59:41 +00:00 committed by GitHub
parent f7f27e8eb3
commit f24d9b215a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ jobs:
- name: Log in to Docker Hub
if: ${{ env.needToPush }}
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.3.0
with:
username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}