We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36d384d + 9bf4ab6 commit b8ef0f3Copy full SHA for b8ef0f3
1 file changed
.github/workflows/deploy.yml
@@ -65,6 +65,18 @@ jobs:
65
docker-bake.hcl
66
targets: release
67
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
80
-
81
name: Configure AWS Credentials
82
if: ${{ env.DOCS_AWS_IAM_ROLE != '' }}
0 commit comments