2024-12-04 14:51:27 +01:00
|
|
|
name: build
|
|
|
|
on: push
|
|
|
|
# pull_request:
|
|
|
|
# types:
|
|
|
|
# - closed
|
|
|
|
# branches:
|
|
|
|
# - main
|
|
|
|
jobs:
|
2024-12-04 14:57:07 +01:00
|
|
|
build:
|
2024-12-04 14:52:36 +01:00
|
|
|
runs-on: ubuntu-latest
|
2024-12-04 14:51:27 +01:00
|
|
|
steps:
|
2024-12-04 15:10:07 +01:00
|
|
|
- uses: actions/checkout@v4
|
2024-12-04 15:09:47 +01:00
|
|
|
# run: docker build -t git.simonis.lol/sites/file-explorer:latest .
|
2024-12-04 14:57:07 +01:00
|
|
|
- name: build
|
2024-12-04 15:10:48 +01:00
|
|
|
working-directory: .docker
|
2024-12-04 15:02:16 +01:00
|
|
|
run: ls && pwd
|