Initial setup: Quartz builder for dsesch.de
Some checks failed
Build Docker Image / build (push) Failing after 22s
Some checks failed
Build Docker Image / build (push) Failing after 22s
This commit is contained in:
21
.gitea/workflows/build.yml
Normal file
21
.gitea/workflows/build.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Build Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Login to Gitea Registry
|
||||
run: |
|
||||
echo "${{ secrets.GITEA_TOKEN }}" | docker login forge.dsesch.de \
|
||||
-u ${{ github.repository_owner }} --password-stdin
|
||||
|
||||
- name: Build and Push
|
||||
run: |
|
||||
docker build -t forge.dsesch.de/root/garden-builder:latest .
|
||||
docker push forge.dsesch.de/root/garden-builder:latest
|
||||
Reference in New Issue
Block a user