Skip to content

Commit

Permalink
ci: Fix Docker tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
serverwentdown authored Nov 16, 2021
1 parent 38cb735 commit 9784bef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
id: meta

- name: Build and push Docker images
Expand Down

0 comments on commit 9784bef

Please sign in to comment.