also build image on push to main
Some checks failed
Daily Build Silverblue Image / build (push) Failing after 15s

This commit is contained in:
Joshua Seiger-Eatwell 2025-01-03 08:04:36 +01:00
parent c47a49414a
commit 32a5d26dee

View File

@ -3,6 +3,9 @@ name: Daily Build Silverblue Image
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
jobs:
build:
@ -17,8 +20,8 @@ jobs:
- name: Login to Gitea registry
uses: docker/login-action@v2
with:
username: ${{ secrets.GITEA_USERNAME }}
password: ${{ secrets.GITEA_PASSWORD }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build Image
run: |