Update docker/build-push-action action to v4

This commit is contained in:
renovate[bot] 2023-01-30 20:21:34 +00:00 committed by Kavin
parent 9a6a53535f
commit eb85f0770d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile.ci