also build image on push to main
Some checks failed
Daily Build Silverblue Image / build (push) Failing after 15s
Some checks failed
Daily Build Silverblue Image / build (push) Failing after 15s
This commit is contained in:
parent
c47a49414a
commit
32a5d26dee
@ -3,6 +3,9 @@ name: Daily Build Silverblue Image
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -17,8 +20,8 @@ jobs:
|
|||||||
- name: Login to Gitea registry
|
- name: Login to Gitea registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.GITEA_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.GITEA_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- name: Build Image
|
- name: Build Image
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user