Build docker image only on tags

This commit is contained in:
Alejandro Celaya
2023-07-09 09:47:56 +02:00
parent 107cabcd8b
commit c94a5b948e
2 changed files with 2 additions and 3 deletions

View File

@@ -2,8 +2,6 @@ name: Build and publish docker image
on:
push:
branches:
- develop
tags:
- 'v*'