Files
docker-logger/.gitea/workflows/docker.yml
lif 74c22160c0
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
Change build image to lif dind
2025-09-14 20:06:56 +01:00

20 lines
392 B
YAML

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