|
11 | 11 | run_starlark: |
12 | 12 | runs-on: self-hosted-ghr-size-l-x64 |
13 | 13 | steps: |
| 14 | + - name: Login to Docker Hub |
| 15 | + uses: docker/login-action@v3 |
| 16 | + with: |
| 17 | + username: ${{ secrets.DOCKER_USERNAME }} |
| 18 | + password: ${{ secrets.DOCKER_PASSWORD }} |
14 | 19 | - name: Checkout Repository |
15 | 20 | uses: actions/checkout@v4 |
16 | | - |
17 | 21 | - name: Setup Kurtosis |
18 | 22 | run: | |
19 | 23 | echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list |
|
39 | 43 | ] |
40 | 44 | runs-on: self-hosted-ghr-size-l-x64 |
41 | 45 | steps: |
| 46 | + - name: Login to Docker Hub |
| 47 | + uses: docker/login-action@v3 |
| 48 | + with: |
| 49 | + username: ${{ secrets.DOCKER_USERNAME }} |
| 50 | + password: ${{ secrets.DOCKER_PASSWORD }} |
42 | 51 | - name: Checkout Repository |
43 | 52 | uses: actions/checkout@v4 |
44 | | - |
45 | 53 | - name: Setup Kurtosis |
46 | 54 | run: | |
47 | 55 | echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list |
|
57 | 65 | steps: |
58 | 66 | - name: Checkout Repository |
59 | 67 | uses: actions/checkout@v4 |
60 | | - |
61 | 68 | - name: Setup Kurtosis |
62 | 69 | run: | |
63 | 70 | echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list |
|
72 | 79 | runs-on: self-hosted-ghr-size-l-x64 |
73 | 80 | timeout-minutes: 30 |
74 | 81 | steps: |
| 82 | + - name: Login to Docker Hub |
| 83 | + uses: docker/login-action@v3 |
| 84 | + with: |
| 85 | + username: ${{ secrets.DOCKER_USERNAME }} |
| 86 | + password: ${{ secrets.DOCKER_PASSWORD }} |
75 | 87 | - name: Checkout Repository |
76 | 88 | uses: actions/checkout@v4 |
77 | 89 | - name: Kurtosis Assertoor GitHub Action |
|
0 commit comments