We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f3925 commit f3fb99eCopy full SHA for f3fb99e
1 file changed
.github/workflows/docker-build.yml
@@ -42,7 +42,7 @@ jobs:
42
id: meta
43
uses: docker/metadata-action@v5
44
with:
45
- images: ${{ env.REGISTRY_URL }}/${{ env.IMAGE_NAME }}:latest
+ images: ${{ env.REGISTRY_URL }}/${{ env.IMAGE_NAME }}
46
tags: |
47
type=ref,event=branch
48
type=ref,event=pr
0 commit comments