abiball/.gitea/workflows/build.yaml
Constantin Simonis 05f2d3f36a
Some checks failed
build / build (pull_request) Failing after 4m44s
change deployment
2025-02-02 18:33:48 +01:00

20 lines
418 B
YAML

name: build
on:
pull_request:
types:
- closed
branches:
- main
jobs:
build:
runs-on: remote
steps:
- name: Checkout
uses: https://git.simonis.lol/actions/checkout@v4
- name: Build
run: docker buildx build -f .docker/Dockerfile -t git.simonis.lol/projects/abiball:latest .
- name: Push
run: docker push git.simonis.lol/projects/abiball:latest