mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #24475 from dvdksn/deploy-ds
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,6 +65,18 @@ jobs:
|
||||
docker-bake.hcl
|
||||
targets: release
|
||||
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
|
||||
if: ${{ env.DOCS_AWS_IAM_ROLE != '' }}
|
||||
|
||||
Reference in New Issue
Block a user