add build step
Some checks failed
build / build (push) Failing after 2s

This commit is contained in:
Constantin Simonis 2024-12-04 14:57:07 +01:00
parent 1a89e6bea5
commit 35ef9ee8cc
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -6,9 +6,10 @@ on: push
# branches:
# - main
jobs:
deploy:
build:
runs-on: ubuntu-latest
steps:
- name: test
run: echo "test"
- name: build
working-directory: .docker
run: docker build -t git.simonis.lol/sites/file-explorer:latest .