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

Commit 991d622

Browse files
committed
fix da docker workflow
1 parent 1f637fc commit 991d622

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker.yml

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

0 commit comments

Comments
 (0)