Skip to content

Commit 742474a

Browse files
committed
fix: Docker image tags
1 parent dc7949a commit 742474a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
with:
4141
context: .
4242
push: true
43-
tags: ${{ github.ref_name }}
43+
tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)