Merge pull request #36 from Neur0toxine/dependabot/github_actions/docker/login-action-3.1.0

Bump docker/login-action from 3.0.0 to 3.1.0
This commit is contained in:
Pavel 2024-04-08 23:06:03 +03:00 committed by GitHub
commit 490ec35d78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ jobs:
- name: Docker Login
if: success() && contains(github.ref, 'master')
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}