Skip to content

Commit 902a3e2

Browse files
authored
Update deploy_enhanced.yml
1 parent 2e18144 commit 902a3e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_enhanced.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
${{ env.DOCKERHUB_USERNAME }}/${{ env.DOCKER_HUB_REPO }}
3636
ghcr.io/${{ github.repository }}
3737
tags: |
38-
# Fixed tag for the branch
39-
type=raw,value=release-candidate
38+
# Fixed tag for the branch to be enhanced verision
39+
type=raw,value=version
4040
# Date-based tag to keep history (e.g., release-candidate-20240101)
4141
type=schedule,pattern=release-candidate-{{date 'YYYYMMDD'}}
4242
# Use SHA for precise tracking
4343
type=sha
4444
# Uncomment below if you want this branch to overwrite 'latest'
45-
# type=raw,value=latest
45+
type=raw,value=latest
4646
4747
- name: Set up QEMU
4848
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)