From 5f44549a9dba64df516e639f0a7aa8496ab4d7ff Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 5 Sep 2023 09:53:03 +0300 Subject: [PATCH] Fix tests --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c527a00..5ab8a90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,11 @@ jobs: uses: docker/metadata-action@v4 with: images: wemakeservices/wemake-dind - flavor: latest=true + tags: | + # Produce versioned docker tag on git tag: + type=ref,event=tag + # Set latest tag for default branch: + type=raw,value=latest,enable={{is_default_branch}} - name: Build and push Docker image uses: docker/build-push-action@v4