We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e39e5 commit 76777ffCopy full SHA for 76777ff
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