Compare commits
1 Commits
1de9c778ff
...
d7b6c345b5
| Author | SHA1 | Date | |
|---|---|---|---|
|
d7b6c345b5
|
14
.gitea/workflows/build.yml
Normal file
14
.gitea/workflows/build.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
name: Build and release image
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release-image:
|
||||||
|
runs-on: imgbuilder
|
||||||
|
steps:
|
||||||
|
- name: Build and push image
|
||||||
|
uses: https://gitea.konchin.com/action/docker@main
|
||||||
|
with:
|
||||||
|
registry-certificate: ${{ vars.ROOTCA }}
|
||||||
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
Reference in New Issue
Block a user