Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 5, 2023
1 parent 8a88a55 commit 5f44549
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f44549

Please sign in to comment.