Files
docker-logger/.gitea/workflows/docker.yml
lif 8d86daa86f
Some checks failed
Build and Push Docker Image / build (push) Failing after 29s
Update runs-on label
2025-09-14 19:18:01 +01:00

19 lines
383 B
YAML

name: Build and Push Docker Image
on:
push:
branches: [ main ]
jobs:
build:
runs-on: [label-one]
steps:
- uses: actions/checkout@v4
- name: Login to Registry
uses: docker/login-action@v2
with:
registry: registry.example.com
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}