mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user