fix: remove search & dark mode default to icon if darkMode icon not present #508
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Docker Build | |
on: | |
pull_request: | |
branches: | |
- main | |
paths-ignore: | |
- docs/** | |
- chart/** | |
jobs: | |
build: | |
runs-on: depot-ubuntu-22.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Setup Depot | |
uses: depot/setup-action@v1 | |
- name: Build Docker Image | |
uses: depot/build-push-action@v1 | |
with: | |
project: bbqjs4tj1g | |
context: . | |
platforms: linux/amd64,linux/arm64 |