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: # branches:
# - main # - main
jobs: jobs:
deploy: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: test - name: build
run: echo "test" working-directory: .docker
run: docker build -t git.simonis.lol/sites/file-explorer:latest .