Update docker/build-push-action action to v6
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 6m7s
Build docker image / build-static-assets (pull_request) Successful in 50m42s

This commit is contained in:
Renovate Bot 2024-08-12 10:02:48 +00:00
parent 812f1171b4
commit aa59cae9c9

View File

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