Merge pull request #1892 from znc/dependabot/github_actions/docker/build-push-action-5

Bump docker/build-push-action from 3 to 5
This commit is contained in:
Alexey Sokolov
2024-02-05 22:36:05 +00:00
committed by GitHub

View File

@@ -156,7 +156,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/build-push-action@v3
- uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.repository == 'znc/znc' && github.event_name == 'push' }}