Skip to content

Commit dfa8f0f

Browse files
authored
Merge pull request #24493 from docker/revert-24475-deploy-ds
Revert "release: merge upstream sub-site on deploy"
2 parents b9ea36c + 76777ff commit dfa8f0f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,6 @@ 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
8068
-
8169
name: Configure AWS Credentials
8270
if: ${{ env.DOCS_AWS_IAM_ROLE != '' }}

0 commit comments

Comments
 (0)