We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa1553 commit 5e239dfCopy full SHA for 5e239df
.github/workflows/build.yml
@@ -45,10 +45,16 @@ jobs:
45
sudo snap install yq
46
./build.sh -v ${{ matrix.version }} -l
47
DDEV_VERSION=${{ matrix.version }} bash bats tests
48
+ -
49
+ name: Login to GitHub Container Registry
50
+ uses: docker/login-action@v3
51
+ with:
52
+ registry: ghcr.io
53
+ username: ${{ github.actor }}
54
+ password: ${{ secrets.GITHUB_TOKEN }}
55
-
56
name: "Build ddev ${{ matrix.version }} multi-arch image"
57
shell: 'script -q -e -c "bash {0}"'
58
run: |
- echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
59
docker buildx create --use --platform=linux/arm64,linux/amd64
60
./build.sh -v ${{ matrix.version }} -x -p
0 commit comments