Update Docker login action to use PACKAGE_TOKEN

This commit is contained in:
2025-11-20 11:56:21 -08:00
committed by GitHub
parent 305e49de09
commit 3169ee7ae1

View File

@@ -35,7 +35,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.PACKAGE_TOKEN || secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3