File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1111 - name : Set up Docker Buildx
1212 uses : docker/setup-buildx-action@v3
1313
14+ - name : Login to Docker
15+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
16+ with :
17+ registry : ghcr.io
18+ username : ${{ github.actor }}
19+ password : ${{ github.token }}
20+
1421 - name : Build the site with docker compose
1522 run : |
1623 docker compose -f docker-compose.yml -f docker-compose.ci.yml run --build build
Original file line number Diff line number Diff line change 1818 - name : Set up Docker Buildx
1919 uses : docker/setup-buildx-action@v3
2020
21+ - name : Login to Docker
22+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
23+ with :
24+ registry : ghcr.io
25+ username : ${{ github.actor }}
26+ password : ${{ github.token }}
27+
2128 - name : Prepare staging context
2229 run : |
2330 # Copy staging files into the _site directory for the docker build
You can’t perform that action at this time.
0 commit comments