File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -293,6 +293,23 @@ jobs:
293293 --config /dev/null:application/vnd.cncf.artifacthub.config.v1+yaml \
294294 .artifacts/helm/artifacthub-repo.yaml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml
295295
296+ - name : tools - docker - login ghcr.io
297+ uses : docker/login-action@v3
298+ with :
299+ registry : ghcr.io
300+ username : ${{ github.actor }}
301+ password : ${{ secrets.ES_GITHUB_PAT }}
302+
303+ - name : tools - docker - login docker.io
304+ uses : docker/login-action@v3
305+ with :
306+ registry : docker.io
307+ username : ${{ secrets.ES_DOCKERHUB_USERNAME }}
308+ password : ${{ secrets.ES_DOCKERHUB_PAT }}
309+
310+ - name : tools - docker - setup buildx
311+ uses : docker/setup-buildx-action@v3
312+
296313 - name : docker - tag and push - latest
297314 run : |
298315 docker buildx imagetools create \
You can’t perform that action at this time.
0 commit comments