Skip to content

Commit

Permalink
Merge pull request fedimint#4490 from elsirion/2024-03-fix-ci-master
Browse files Browse the repository at this point in the history
Fix CI on master
  • Loading branch information
bradleystachurski authored Mar 15, 2024
2 parents 6be26f8 + fd8a854 commit 580a95b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
continue-on-error: true

- name: Build docs
run: nix build -L .#ci.workspaceDocExport
run: nix build -L .#nightly.ci.workspaceDocExport

- if: github.repository == 'fedimint/fedimint'
name: Deploy docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extra-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build and push mutinynet-bitcoind
uses: docker/build-push-action@v5
with:
file: docker/mutinynet-bitcoind-docker/Dockerfile
file: docker/latest/mutinynet-bitcoind-docker/Dockerfile
push: true
tags: ${{ steps.meta-mutinynet-bitcoind.outputs.tags }}
labels: ${{ steps.meta-mutinynet-bitcoind.outputs.labels }}
Expand Down
1 change: 1 addition & 0 deletions docker/latest

0 comments on commit 580a95b

Please sign in to comment.