Update docker/build-push-action action to v4 (#12)

This commit is contained in:
renovate[bot] 2023-04-02 21:11:53 +08:00 committed by GitHub
parent 06b16b1fbb
commit 213a98cb22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: 🛠️ Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile