Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
extra_nix_config: experimental-features = nix-command flakes
- continue-on-error: true
uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c
uses: cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN_FAMEDLY }}
name: famedly
Expand Down
2 changes: 1 addition & 1 deletion nix/modules/workflows/definitions/docker-backend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ in
}
{
name = "Log into registry";
uses = "famedly/login-action@${av.famedlyLogin}";
uses = "docker/login-action@2ff7bc63ffa51414f77e9cbeea0d3297c1672d2e";
if_ = "env.OCI_REGISTRY != null";
with_ = {
registry = ghEnv "OCI_REGISTRY";
Expand Down
Loading