Skip to content

Commit ae2bf7f

Browse files
committed
🩹 update docker workflow
1 parent 7d1d62b commit ae2bf7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/twenty-mayflies-deny.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"turbo-remote-cache-rs": minor
2+
"turbo-remote-cache-rs": patch
33
---
44

55
Deps update

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- name: Login to Docker Hub
197197
uses: docker/login-action@v3
198198
with:
199-
username: ${{ vars.DOCKERHUB_USERNAME }}
199+
username: ${{ secrets.DOCKERHUB_USERNAME }}
200200
password: ${{ secrets.DOCKERHUB_TOKEN }}
201201

202202
- name: Build and push

0 commit comments

Comments
 (0)