Files
cloudflare-updatedns/.gitea/workflows/docker-image-deploy.yaml
Márcio Fernandes 5a262c1eda
Some checks failed
/ build-docker-image (push) Failing after 7s
first commit :)
2025-10-05 00:25:00 +00:00

27 lines
746 B
YAML

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