Ignore nightly tags on docker build

This commit is contained in:
Ben Adrian Sarmiento
2024-06-20 02:36:56 +02:00
parent 497063a9ae
commit 3e9afe3278

View File

@@ -3,7 +3,7 @@ name: Build Docker Image
on: on:
push: push:
tags: tags:
- '*' - 'v**'
schedule: schedule:
- cron: '0 1 * * *' - cron: '0 1 * * *'