Skip to content

Commit

Permalink
[TASK] Remove login
Browse files Browse the repository at this point in the history
Login should happen automatically,
so no additional user/password reuqired
  • Loading branch information
ochorocho committed Sep 10, 2024
1 parent 86087f2 commit d720cb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@ jobs:
name: "Build ddev ${{ matrix.version }} multi-arch image"
shell: 'script -q -e -c "bash {0}"'
run: |
echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u ${{ secrets.GHCR_USERNAME }} --password-stdin
docker buildx create --use --platform=linux/arm64,linux/amd64
./build.sh -v ${{ matrix.version }} -x -p

0 comments on commit d720cb2

Please sign in to comment.