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 c8db77a commit 0036418Copy full SHA for 0036418
.forgejo/workflows/test.yml
@@ -28,6 +28,11 @@ jobs:
28
run: |
29
determine-docker-tags
30
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 }}
36
- name: Set up Docker Buildx
37
uses: https://github.com/docker/setup-buildx-action@v3
38
- name: Test build
0 commit comments