Skip to content

Commit

Permalink
refactor(ci/publish): remove login
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 12, 2024
1 parent 8611ab0 commit 52bcca9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
with:
platforms: "arm64"

- name: 🔐 Login
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: 🏗️ Build Addon
run: |
docker run -it -v ${{ github.workspace }}:/work --platform linux/${{ matrix.arch }} ghcr.io/vencord/venmic-builder-${{ matrix.arch }}:latest /build.sh
Expand Down

0 comments on commit 52bcca9

Please sign in to comment.