Update docker/build-push-action action to v3

This commit is contained in:
renovate[bot] 2022-12-06 00:09:32 +00:00 committed by Kavin
parent 1ecb158da9
commit 40ca78c12f
1 changed files with 1 additions and 1 deletions

View File

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