mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Merge pull request #24493 from docker/revert-24475-deploy-ds
Revert "release: merge upstream sub-site on deploy"
This commit is contained in:
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
@@ -65,18 +65,6 @@ jobs:
|
|||||||
docker-bake.hcl
|
docker-bake.hcl
|
||||||
targets: release
|
targets: release
|
||||||
provenance: false
|
provenance: false
|
||||||
-
|
|
||||||
name: Login to Docker Hub
|
|
||||||
uses: docker/login-action@v4
|
|
||||||
with:
|
|
||||||
username: ${{ vars.DOCKER_USER }}
|
|
||||||
password: ${{ secrets.DOCKER_TOKEN }}
|
|
||||||
-
|
|
||||||
name: Merge sub-site
|
|
||||||
run: |
|
|
||||||
docker buildx build --output type=local,dest=public - <<'EOF'
|
|
||||||
FROM docs/dash:dist-latest
|
|
||||||
EOF
|
|
||||||
-
|
-
|
||||||
name: Configure AWS Credentials
|
name: Configure AWS Credentials
|
||||||
if: ${{ env.DOCS_AWS_IAM_ROLE != '' }}
|
if: ${{ env.DOCS_AWS_IAM_ROLE != '' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user