Skip to content

Commit 0036418

Browse files
committed
Add auth to test [skip ci]
1 parent c8db77a commit 0036418

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.forgejo/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
run: |
2929
determine-docker-tags
3030
dockerd &
31+
- name: Login to Docker Hub
32+
uses: https://github.com/docker/login-action@v3
33+
with:
34+
username: ${{ secrets.DOCKERHUB_USERNAME }}
35+
password: ${{ secrets.DOCKERHUB_TOKEN_RO }}
3136
- name: Set up Docker Buildx
3237
uses: https://github.com/docker/setup-buildx-action@v3
3338
- name: Test build

0 commit comments

Comments
 (0)