Skip to content

Commit 7852fc8

Browse files
committed
force latest
1 parent f9aaa6c commit 7852fc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ jobs:
3838
uses: docker/metadata-action@v4
3939
with:
4040
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
41-
flavor: latest=auto
41+
flavor: latest=true
4242
- name: Build and push Docker image
4343
uses: docker/build-push-action@v4
4444
with:
4545
context: .
4646
push: true
4747
tags: ${{ steps.meta.outputs.tags }}
4848
labels: ${{ steps.meta.outputs.labels }}
49-

0 commit comments

Comments
 (0)