Skip to content

Commit

Permalink
adds credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
fxmarty committed Jun 24, 2024
1 parent 7998a2b commit ef96d42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ jobs:
echo "docker_volume=/mnt/cache" >> "$GITHUB_OUTPUT"
fi
prepare_integration_tests:
runs-on: ["self-hosted", "${{ needs.build-and-push.outputs.runs_on }}", "multi-gpu"]
needs: build-and-push
Expand All @@ -179,6 +178,9 @@ jobs:
if: needs.build-and-push.outputs.runs_on != 'ubuntu-latest'
container:
image: ${{ needs.build-and-push.outputs.docker_image }}
credentials:
username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
password: ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
options: --shm-size "16gb" --ipc host -v ${{ needs.build-and-push.outputs.docker_volume }}:/data
steps:
- name: Checkout repository
Expand Down

0 comments on commit ef96d42

Please sign in to comment.