Constantin Simonis 89a265d09b
Some checks failed
build / build (push) Failing after 5m42s
test
2025-02-02 17:41:52 +01:00

19 lines
388 B
YAML

name: build
on: push
# pull_request:
# types:
# - closed
# branches:
# - main
jobs:
build:
runs-on: remote
steps:
- name: Checkout
uses: https://git.simonis.lol/actions/checkout@v2
- name: Build and Push
uses: docker/build-push-action@v6
with:
tags: git.simonis.lol/projects/file-explorer:test
push: true