Skip to content

Commit 7b79236

Browse files
chore(ci): fixing docker username variable
1 parent edfe7d3 commit 7b79236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Log in to Docker Hub
7373
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
7474
with:
75-
username: ${{ secrets.DOCKERHUB_USERNAME }}
75+
username: ${{ vars.DOCKERHUB_USERNAME }}
7676
password: ${{ secrets.DOCKERHUB_PUSH_TOKEN }}
7777

7878
- name: Set up QEMU

0 commit comments

Comments
 (0)