Skip to content

Commit

Permalink
chore: definitely fix the latest tag from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinDeBoisset committed Jan 12, 2024
1 parent 4d0f9fd commit 097ab16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
images: |
coenern/neutrino
tags: |
type=raw,value=latest,enable=false
type=semver,pattern={{ version }}
type=semver,pattern={{ major }}.{{ minor }}
type=semver,pattern={{ major }}
flavor: |
latest=false
- name: Build and push the image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 097ab16

Please sign in to comment.