diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2f4c09..c11740f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,3 +52,6 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: techno-tim/littlelink-server:latest + registry: ghcr.io + username: ${{ secrets.USERNAME }} + password: ${{ secrets.PAT }}