diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 381de23..496c727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,11 +36,11 @@ jobs: with: driver-opts: image=moby/buildkit:v0.11.6 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io - username: "${{ env.GH_CONTAINER_REGISTRY_USERNAME }}" - password: "${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}" + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push container uses: docker/build-push-action@v4 with: