Constantin Simonis 35ef9ee8cc
Some checks failed
build / build (push) Failing after 2s
add build step
2024-12-04 14:57:07 +01:00

16 lines
278 B
YAML

name: build
on: push
# pull_request:
# types:
# - closed
# branches:
# - main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: build
working-directory: .docker
run: docker build -t git.simonis.lol/sites/file-explorer:latest .