Merge pull request #19 from Neur0toxine/dependabot/github_actions/docker/login-action-2.2.0

Bump docker/login-action from 2.1.0 to 2.2.0
This commit is contained in:
Pavel 2023-08-03 17:09:33 +03:00 committed by GitHub
commit 43f319bf43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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