Skip to content

Commit 698496b

Browse files
committed
tes
1 parent a106fc0 commit 698496b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/scrape-visasq.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
timeout-minutes: 10
1313
steps:
14+
- name: Docker Login
15+
uses: docker/login-action@v3
16+
with:
17+
username: ${{ secrets.DOCKERHUB_USERNAME }}
18+
password: ${{ secrets.DOCKERHUB_TOKEN }}
1419
- name: Run Docker container and generate output file
1520
run: |
1621
mkdir -p assets

0 commit comments

Comments
 (0)