|
23 | 23 |
|
24 | 24 | env: |
25 | 25 | # renovate: datasource=github-releases depName=goreleaser/goreleaser-pro |
26 | | - GORELEASER_PRO_VERSION: v2.11.0 |
| 26 | + GORELEASER_PRO_VERSION: v2.11.2 |
27 | 27 |
|
28 | 28 | jobs: |
29 | 29 | prepare: |
@@ -99,13 +99,13 @@ jobs: |
99 | 99 | DISTRIBUTIONS: ${{ inputs.distribution }} |
100 | 100 |
|
101 | 101 | - name: Log into Docker.io |
102 | | - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 |
| 102 | + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 |
103 | 103 | with: |
104 | | - username: ${{ secrets.DOCKER_USERNAME }} |
105 | | - password: ${{ secrets.DOCKER_PASSWORD }} |
| 104 | + username: ${{ vars.DOCKER_USERNAME }} |
| 105 | + password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }} |
106 | 106 |
|
107 | 107 | - name: Login to GitHub Package Registry |
108 | | - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 |
| 108 | + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 |
109 | 109 | with: |
110 | 110 | registry: ghcr.io |
111 | 111 | username: ${{ github.repository_owner }} |
@@ -234,13 +234,13 @@ jobs: |
234 | 234 | run: ls -R distributions/${{ inputs.distribution }}/dist |
235 | 235 |
|
236 | 236 | - name: Log into Docker.io |
237 | | - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 |
| 237 | + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 |
238 | 238 | with: |
239 | | - username: ${{ secrets.DOCKER_USERNAME }} |
240 | | - password: ${{ secrets.DOCKER_PASSWORD }} |
| 239 | + username: ${{ vars.DOCKER_USERNAME }} |
| 240 | + password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }} |
241 | 241 |
|
242 | 242 | - name: Login to GitHub Package Registry |
243 | | - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 |
| 243 | + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 |
244 | 244 | with: |
245 | 245 | registry: ghcr.io |
246 | 246 | username: ${{ github.repository_owner }} |
|
0 commit comments