]> git.puffer.fish Git - matthieu/frr.git/commit
github: Build `master` daily docker images and for stable/X.Y on push
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 2 Dec 2022 16:06:23 +0000 (18:06 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 4 Dec 2022 19:25:22 +0000 (21:25 +0200)
commit5772fdff7954fe635e4d0071fe80ef51bece3ffa
treea0645870b347089ef93c0e69af6bbaa786efa366
parent784ca7702ddfa4a83b686d9760b01e9704f49b05
github: Build `master` daily docker images and for stable/X.Y on push

frrouting/frr:master will be generated every day
frrouting/frr:vX.Y.Z will be generated every time a new push is done on the
stable/X.Y branch.

Takes up to 3 hours to build and publish images.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
.github/workflows/docker-daily-master.yml [new file with mode: 0644]
.github/workflows/docker-stable.yml [new file with mode: 0644]