This commit is contained in:
parent
4ebfe391b1
commit
b1bfae50de
1 changed files with 18 additions and 0 deletions
18
.gitea/workflows/build.yml
Normal file
18
.gitea/workflows/build.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
|
||||
|
||||
- name: Login
|
||||
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # 3.0.0
|
||||
with:
|
||||
registry: git.keine.cloud
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
Loading…
Add table
Reference in a new issue