Merge pull request 'Update docker/build-push-action action to v6' (#20) from renovate/docker-build-push-action-6.x into main
All checks were successful
Playwright Tests / test (push) Successful in 4m24s
Build docker image / build-static-assets (push) Successful in 17m48s

Reviewed-on: #20
This commit is contained in:
bustikiller 2024-08-12 05:59:19 +00:00
commit cf07e28510

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' }}