mirror of
https://github.com/znc/znc.git
synced 2026-06-11 01:05:05 +02:00
Merge pull request #2000 from znc/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
This commit is contained in:
@@ -154,7 +154,7 @@ jobs:
|
||||
${{steps.tagger.outputs.latest}}
|
||||
- run: echo "${GITHUB_REF#refs/heads/}-${{steps.tagger.outputs.describe}}" > .nightly
|
||||
- run: cat .nightly
|
||||
- uses: docker/login-action@v3
|
||||
- uses: docker/login-action@v4
|
||||
if: ${{ github.repository == 'znc/znc' && github.event_name == 'push' }}
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user