Remove conditional check for latest Docker tag

- Remove is_default_branch condition
- Always apply latest tag
This commit is contained in:
yangdx 2025-09-08 23:23:13 +08:00
parent 3059089e7d
commit ff6c061aa9

View file

@ -48,7 +48,7 @@ jobs:
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=${{ steps.get_tag.outputs.tag }}
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=latest
- name: Build and push Docker image
uses: docker/build-push-action@v5