Skip to content

Commit

Permalink
use raw versioning in docker metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzsnz committed Sep 29, 2024
1 parent 8ea1b6c commit 4edde6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
flavor: |
latest=true
tags: |
type=match,pattern=\d.\d
type=raw,value=${{ env.IMAGE_VERSION }}
- name: Login to Docker Hub
Expand Down

0 comments on commit 4edde6d

Please sign in to comment.