Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 091da61

Browse files
committed
chore: update docker workflow
1 parent e560f4f commit 091da61

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
uses: docker/metadata-action@v5
4141
with:
4242
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
43-
43+
tags: |
44+
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
4445
- name: Build Docker image
4546
uses: docker/build-push-action@v5
4647
with:

locales

0 commit comments

Comments
 (0)