Skip to content

Commit 072d8fd

Browse files
author
Adriano Sanges
committed
Add semver tagging pattern to Docker image metadata extraction
- Introduce a new tagging pattern for semantic versioning in the GitHub Actions workflow - Enhance Docker image metadata extraction to include versioning information for better tracking
1 parent 026129f commit 072d8fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
images: ghcr.io/${{ github.repository }}
3434
tags: |
3535
type=sha,format=short
36+
type=semver,pattern={{version}}
3637
type=raw,value=latest
3738
3839
- name: Build and Push Docker image

0 commit comments

Comments
 (0)