We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e18144 commit 902a3e2Copy full SHA for 902a3e2
.github/workflows/deploy_enhanced.yml
@@ -35,14 +35,14 @@ jobs:
35
${{ env.DOCKERHUB_USERNAME }}/${{ env.DOCKER_HUB_REPO }}
36
ghcr.io/${{ github.repository }}
37
tags: |
38
- # Fixed tag for the branch
39
- type=raw,value=release-candidate
+ # Fixed tag for the branch to be enhanced verision
+ type=raw,value=version
40
# Date-based tag to keep history (e.g., release-candidate-20240101)
41
type=schedule,pattern=release-candidate-{{date 'YYYYMMDD'}}
42
# Use SHA for precise tracking
43
type=sha
44
# Uncomment below if you want this branch to overwrite 'latest'
45
- # type=raw,value=latest
+ type=raw,value=latest
46
47
- name: Set up QEMU
48
uses: docker/setup-qemu-action@v3
0 commit comments