1
0
Fork 0

CI: fix tagging override

This commit is contained in:
liushuyu 2023-09-06 20:56:26 -06:00
parent dd8b2b00e2
commit c9510708ba
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with 1 additions and 0 deletions

View File

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