Skip to content

Commit

Permalink
chore: add docker tags (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomik authored Feb 15, 2024
1 parent 1b69552 commit d4b4427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
suffix=${{ matrix.node != 10 && format('-node{0}', matrix.node) || '' }},onlatest=true
tags: |
type=edge,branch=main
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
type=sha
- name: Build and push Docker image
Expand Down

0 comments on commit d4b4427

Please sign in to comment.