first commit :)
Some checks failed
/ build-docker-image (push) Failing after 7s

This commit is contained in:
2025-10-05 00:25:00 +00:00
parent 4db2c4e285
commit 5a262c1eda
8 changed files with 266 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
on:
push
jobs:
build-docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Log in to git.limbosolutions.com docker registry
uses: docker/login-action@v3
with:
registry: git.limbosolutions.com
username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
- name: Build and push Docker images
id: push
uses: docker/build-push-action@v6
with:
context: ${{gitea.workspace}}
file: ${{gitea.workspace}}/Dockerfile
push: true
tags: git.limbosolutions.com/mylimbo/cloudflare-update-dns:latest