Skip to content

Commit f3fb99e

Browse files
committed
fix: docker build lockfile
1 parent 13f3925 commit f3fb99e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: meta
4343
uses: docker/metadata-action@v5
4444
with:
45-
images: ${{ env.REGISTRY_URL }}/${{ env.IMAGE_NAME }}:latest
45+
images: ${{ env.REGISTRY_URL }}/${{ env.IMAGE_NAME }}
4646
tags: |
4747
type=ref,event=branch
4848
type=ref,event=pr

0 commit comments

Comments
 (0)