Skip to content

Commit b8ef0f3

Browse files
authored
Merge pull request #24475 from dvdksn/deploy-ds
release: merge upstream sub-site on deploy
2 parents 36d384d + 9bf4ab6 commit b8ef0f3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@ jobs:
6565
docker-bake.hcl
6666
targets: release
6767
provenance: false
68+
-
69+
name: Login to Docker Hub
70+
uses: docker/login-action@v4
71+
with:
72+
username: ${{ vars.DOCKER_USER }}
73+
password: ${{ secrets.DOCKER_TOKEN }}
74+
-
75+
name: Merge sub-site
76+
run: |
77+
docker buildx build --output type=local,dest=public - <<'EOF'
78+
FROM docs/dash:dist-latest
79+
EOF
6880
-
6981
name: Configure AWS Credentials
7082
if: ${{ env.DOCS_AWS_IAM_ROLE != '' }}

0 commit comments

Comments
 (0)