Compare commits

..

1 Commits

Author SHA1 Message Date
c551c402a3 feat: CI/CD
Some checks failed
CI/CD Pipeline / build-and-publish (pull_request) Failing after 5m30s
CI/CD Pipeline / build-and-publish (push) Failing after 5m42s
2025-09-02 23:25:40 +02:00

View File

@ -28,12 +28,12 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Cachix
uses: cachix/cachix-action@v16
with:
name: roll-one-ring
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
skipPush: ${{ github.event_name == 'pull_request' }}
# - name: Setup Cachix
# uses: cachix/cachix-action@v16
# with:
# name: roll-one-ring
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
# skipPush: ${{ github.event_name == 'pull_request' }}
- name: Log in to Docker Hub
uses: docker/login-action@v3