Merge pull request #1849 from znc/dependabot/github_actions/docker/login-action-2

Bump docker/login-action from 1 to 2
This commit is contained in:
Alexey Sokolov
2022-12-22 15:38:46 +00:00
committed by GitHub

View File

@@ -142,7 +142,7 @@ jobs:
${{steps.tagger.outputs.latest}}
- run: echo "${GITHUB_REF#refs/heads/}-${{steps.tagger.outputs.describe}}" > .nightly
- run: cat .nightly
- uses: docker/login-action@v1
- uses: docker/login-action@v2
if: ${{ github.repository == 'znc/znc' && github.event_name == 'push' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}