0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore(deps): update docker/build-push-action action to v4 (#3031)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-01 23:21:58 +08:00 committed by GitHub
parent 2420af2093
commit 7c59ca8e7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ jobs:
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
- name: Build - name: Build
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
context: . context: .

View file

@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.BOT_PAT }} password: ${{ secrets.BOT_PAT }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
context: . context: .
push: true push: true