Set master branch name in pipeline
All checks were successful
Build images / build-images-amd64 (push) Successful in 10m22s
Build images / build-images-arm64 (push) Successful in 19m1s
Build images / update-images-manifests (push) Successful in 15s

This commit is contained in:
Maciej Lebiest 2024-04-14 20:18:41 +02:00
parent 20c778f7c6
commit 6e34209fb0

View file

@ -2,7 +2,7 @@ name: Build images
run-name: Build images run-name: Build images
on: on:
push: push:
branches: [ "main" ] branches: [ "master" ]
schedule: schedule:
- cron: '10 5 */10 * *' - cron: '10 5 */10 * *'