Skip to content

Commit d5149a8

Browse files
committed
chore(ci): tag doesn't include dockerhub username
1 parent 72344aa commit d5149a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: docker/metadata-action@v4
2424
with:
2525
images: |
26-
sqrl-server
26+
${{ secrets.DOCKERHUB_USERNAME }}/sqrl-server
2727
tags: |
2828
type=ref,event=branch
2929
type=ref,event=pr

0 commit comments

Comments
 (0)