chore: exclude nightly tags from Docker image workflow triggers
This commit is contained in:
parent
620e066b39
commit
8ed2ea6ec1
1
.github/workflows/docker-image-arm64.yml
vendored
1
.github/workflows/docker-image-arm64.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- '!nightly*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user