Skip to content

Commit 5985b8f

Browse files
committed
fix: always publish a latest image for docker
1 parent 4d2ac4c commit 5985b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
images: ghcr.io/${{ github.repository_owner }}/minetracker-backend
112112
tags: |
113113
type=raw,value=${{ steps.version.outputs.new_tag }}+{{sha}},enable=${{ github.ref == 'refs/heads/release' && steps.check_commits.outputs.no_new_commits != 'true' }}
114-
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/release' && steps.check_commits.outputs.no_new_commits != 'true' }}
114+
type=raw,value=latest
115115
type=raw,value=dev-{{sha}},enable=${{ github.ref == 'refs/heads/main' }}
116116
type=raw,value=dev,enable=${{ github.ref == 'refs/heads/main' }}
117117

0 commit comments

Comments
 (0)