Skip to content

Commit 0029ea1

Browse files
committed
Use dockerhub credentials
1 parent 8082dea commit 0029ea1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
if: ${{ contains( github.event.pull_request.labels.*.name, 'safe-to-test') }}
3939
container:
4040
image: golang:1.24
41+
credentials:
42+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
43+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
4144

4245
env:
4346
TSDB_TEST_TABLE_PATH: TSDB_INTEGRATION_TESTS/${{ github.sha }}

0 commit comments

Comments
 (0)