Skip to content

Commit f80b310

Browse files
committed
fix: release
1 parent 9c52062 commit f80b310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Login to Docker Hub
2323
uses: docker/login-action@v3
2424
with:
25-
username: ${{ vars.DOCKER_HUB_USERNAME }}
26-
password: ${{ secrets.DOCKER_HUB_TOKEN }}
25+
username: ${{ vars.DOCKERHUB_USERNAME }}
26+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2727

2828
- name: Extract metadata (tags, labels) for Docker
2929
id: meta

0 commit comments

Comments
 (0)