diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8eb16656b43..49f0e3e93d5 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,6 +2,8 @@ name: Build Docker image on: push: + branches: + - '**' tags: - '*.*.*' @@ -46,6 +48,7 @@ jobs: images: | 4teamwork/ogcore tags: | + type=ref,event=branch type=pep440,pattern={{version}} - name: Build and push ogcore