This commit is contained in:
parent
402c449200
commit
7eb48dcf26
1 changed files with 20 additions and 0 deletions
20
.forgejo/workflows/docker-build.yml
Normal file
20
.forgejo/workflows/docker-build.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue