rename ci
Some checks failed
Build / build (push) Failing after 9s

This commit is contained in:
2025-01-16 20:09:20 +01:00
parent 631170174e
commit a567606fd9

17
.github/workflows/build_docker.yaml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Build
run-name: ${{ gitea.actor }} is runs ci pipeline
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- name: Set up Docker Buildx
uses: https://githubg.com/docker/setup-buildx-action@v3
- name: Build Docker image
uses: https://github.com/docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: false