⬆️ Update docker/build-push-action action to v6 (#599)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-08-04 19:02:23 +08:00
committed by GitHub
parent abc0b9f4d8
commit 9efe9976bf
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -89,7 +89,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./docker/Dockerfile_with_frontend
@@ -101,7 +101,7 @@ jobs:
cache-to: type=gha,mode=max
- name: Build Sentry and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./docker/Dockerfile_with_frontend_sentry