From 9b7d59b792f1ef808591a433884aed613b91ea8c Mon Sep 17 00:00:00 2001 From: selim13 Date: Thu, 26 Aug 2021 10:34:07 +0300 Subject: [PATCH] add branch names to tags --- .github/workflows/deploy-docker-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-docker-image.yml b/.github/workflows/deploy-docker-image.yml index becf7ce..b8cfd9c 100644 --- a/.github/workflows/deploy-docker-image.yml +++ b/.github/workflows/deploy-docker-image.yml @@ -37,6 +37,7 @@ jobs: uses: docker/metadata-action@v3 with: tags: | + type=ref,event=branch type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} images: |