Skip to content

move theme button to top level menu again and make it available at all times, without the need to register #302

move theme button to top level menu again and make it available at all times, without the need to register

move theme button to top level menu again and make it available at all times, without the need to register #302

Workflow file for this run

name: Docker Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build app image
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
push: false
tags: hackorum:test