Merge pull request 'Update docker/build-push-action action to v6' (#44) from renovate/docker-build-push-action-6.x into main
Some checks failed
Run unit tests / unit_tests (push) Successful in 2m20s
Build docker image / build-static-assets (push) Failing after 2h41m8s

Reviewed-on: #44
This commit is contained in:
bustikiller 2024-08-12 11:50:28 +00:00
commit cd4866a476

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