add ci docker build
Some checks failed
ci / docker (push) Has been cancelled

This commit is contained in:
Ultrablob 2025-01-22 11:38:20 -05:00
parent 402c449200
commit 7eb48dcf26

View file

@ -0,0 +1,20 @@
name: ci
on:
push:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Login to Local Container Registry
uses: docker/login-action@v3
with:
registry: forgejo.ultrablob.me
username: ${{ env.GITHUB_ACTOR }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: ultrablob/ape-ame-backend:latest