We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9ea36c + 76777ff commit dfa8f0fCopy full SHA for dfa8f0f
1 file changed
.github/workflows/deploy.yml
@@ -65,18 +65,6 @@ 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