Merge pull request #1856 from znc/dependabot/github_actions/docker/build-push-action-3

Bump docker/build-push-action from 2 to 3
This commit is contained in:
Alexey Sokolov
2023-01-01 12:53:10 +00:00
committed by GitHub
+1 -1
View File
@@ -147,7 +147,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v3
with:
context: .
push: ${{ github.repository == 'znc/znc' && github.event_name == 'push' }}