Skip to content

Commit

Permalink
fix docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jan 14, 2024
1 parent 3f9b31d commit 975b3f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ jobs:
images: ghcr.io/txpipe/laceanatomy
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{version}}
type=sha
- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit 975b3f5

Please sign in to comment.