CI: fix tagging override

This commit is contained in:
liushuyu 2023-09-06 20:57:43 -06:00
parent c9bf9398ec
commit 630511f1f4
No known key found for this signature in database
GPG key ID: 23D1CE4534419437

View file

@ -78,6 +78,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: type=raw,value=latest,enable={{is_default_branch}}
- name: Login to Docker Hub
uses: docker/login-action@v2
with: