👷 Build docker image on new "next" tag
This commit is contained in:
2
.github/workflows/publish_docker_images.yml
vendored
2
.github/workflows/publish_docker_images.yml
vendored
@ -2,7 +2,7 @@ name: Build Docker images
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: ['v*']
|
||||
tags: ['v*', 'next']
|
||||
|
||||
jobs:
|
||||
build-amd:
|
||||
|
Reference in New Issue
Block a user