Skip to content

Commit

Permalink
[TASK] Remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Sep 10, 2024
1 parent 408c6d6 commit 24ea7c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
name: "Build ddev ${{ matrix.version }} multi-arch image"
shell: 'script -q -e -c "bash {0}"'
run: |
echo "${{ secrets.GITHUB_TOKEN }}"
echo "${{ github.actor }}"
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
docker buildx create --use --platform=linux/arm64,linux/amd64
./build.sh -v ${{ matrix.version }} -x -p

0 comments on commit 24ea7c8

Please sign in to comment.