Skip to content

Commit ff6c061

Browse files
committed
Remove conditional check for latest Docker tag
- Remove is_default_branch condition - Always apply latest tag
1 parent 3059089 commit ff6c061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
images: ghcr.io/${{ github.repository }}
4949
tags: |
5050
type=raw,value=${{ steps.get_tag.outputs.tag }}
51-
type=raw,value=latest,enable={{is_default_branch}}
51+
type=raw,value=latest
5252
5353
- name: Build and push Docker image
5454
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)