Update docker/build-push-action action to v6
All checks were successful
Playwright Tests / test (pull_request) Successful in 5m48s
Build docker image / build-static-assets (pull_request) Successful in 1h2m1s

This commit is contained in:
Renovate Bot 2024-08-11 22:07:58 +00:00
parent f24dba1bd2
commit c42a2580cd

View File

@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' }}