20 lines
408 B
YAML
Raw Normal View History

name: build
2025-02-02 18:30:20 +01:00
on:
pull_request:
types:
- closed
branches:
- main
jobs:
build:
2025-02-02 18:15:08 +01:00
runs-on: remote
steps:
2025-02-02 18:06:23 +01:00
2025-02-02 17:41:52 +01:00
- name: Checkout
uses: https://git.simonis.lol/actions/checkout@v2
2025-02-02 18:06:23 +01:00
- name: Build
2025-02-02 18:06:58 +01:00
run: docker buildx build -t git.simonis.lol/projects/file-explorer:latest .
2025-02-02 18:06:23 +01:00
- name: Push
run: docker push git.simonis.lol/projects/file-explorer:latest