We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3905ad6 commit 13a4732Copy full SHA for 13a4732
.github/workflows/ci.yml
@@ -16,8 +16,8 @@ jobs:
16
- name: Log in to Docker Hub
17
uses: docker/login-action@v3
18
with:
19
- username: ${{ vars.DOCKERHUB_USERNAME }}
20
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ username: ${{ vars.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
21
22
- name: Set up Bun
23
uses: oven-sh/setup-bun@v2
0 commit comments