meta: remove CACHIX_NAME in release-docker action [ci skip]

To be consistent with how 'name' is handled in 928d1b9ceb.
This commit is contained in:
Jared Tobin 2021-01-22 15:58:58 +04:00
parent 928d1b9ceb
commit 3c54879627
No known key found for this signature in database
GPG Key ID: B77DC7C964AAD99A

View File

@ -22,7 +22,7 @@ jobs:
system-features = nixos-test benchmark big-parallel kvm
- uses: cachix/cachix-action@v8
with:
name: ${{ secrets.CACHIX_NAME }}
name: ares
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- uses: docker/docker-login-action@v1.8.0
with: