add back credentials

This commit is contained in:
Felix Marty 2024-06-25 09:22:49 +00:00
parent dc53846456
commit 04298e5799
1 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,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