Only build docker images on release tags

This commit is contained in:
the-djmaze 2023-11-21 13:12:44 +01:00
parent 366ef575f1
commit 81a1b12005

View file

@ -2,10 +2,8 @@ name: docker
on: on:
push: push:
branches:
- master
tags: tags:
- '**' - 'v2.*'
# This is needed to push to GitHub Container Registry. See https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry # This is needed to push to GitHub Container Registry. See https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
permissions: permissions: