Initial build action test
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
lif
2025-09-14 18:59:25 +01:00
parent c0f0ee0464
commit a5a6756ba7

View File

@@ -0,0 +1,19 @@
name: Build and Push Docker Image
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
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 }}