test new workflows
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s

This commit is contained in:
Lukas Greve
2025-11-13 21:27:54 +01:00
parent ee98e6edfc
commit 25fb6a4a0f
2 changed files with 5 additions and 8 deletions

View File

@@ -2,17 +2,17 @@ name: Build and Push Docker Image
on:
push:
branches: [ lol ]
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Login to Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: git.phyllo.me
username: ${{ secrets.REGISTRY_USER }}