We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8082dea commit 0029ea1Copy full SHA for 0029ea1
.github/workflows/pr.yaml
@@ -38,6 +38,9 @@ jobs:
38
if: ${{ contains( github.event.pull_request.labels.*.name, 'safe-to-test') }}
39
container:
40
image: golang:1.24
41
+ credentials:
42
+ username: ${{ secrets.DOCKER_HUB_USERNAME }}
43
+ password: ${{ secrets.DOCKER_HUB_TOKEN }}
44
45
env:
46
TSDB_TEST_TABLE_PATH: TSDB_INTEGRATION_TESTS/${{ github.sha }}
0 commit comments