Merge branch 'gethomepage:main' into main

This commit is contained in:
Devedse
2024-08-14 14:51:43 +02:00
committed by GitHub
185 changed files with 8637 additions and 4032 deletions

View File

@@ -123,7 +123,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' && !(github.event_name == 'push' && startsWith(github.ref, 'refs/heads/feature')) }}