Skip to content

Commit

Permalink
Merge branch 'main' into nhenin/updated-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenin authored Jun 17, 2024
2 parents 98eaeec + 87f86b0 commit 7251ef8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
experimental-features = nix-command flakes
- name: Setup Cachix
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: ${{ env.CACHE_NAME }}
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
substituters = ${{ env.SUBSTITUTERS }}
experimental-features = nix-command flakes
- name: Setup Cachix
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: ${{ env.CACHE_NAME }}
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion deploy/marlowe-oracle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ networks:
- preprod
# Reach out to dev empowerment to add secrets for new environments when needed
images:
stagingTag: c86a8b5e
stagingTag: a5a94980
4 changes: 2 additions & 2 deletions deploy/marlowe-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ networks:
instances:
qa:
parentDomain: scdev.aws.iohkdev.io
webTag: c86a8b5e
tag: c86a8b5e
webTag: a5a94980
tag: a5a94980
repo: ghcr.io
org: input-output-hk
cardanoNode: cardano-node-873
Expand Down

0 comments on commit 7251ef8

Please sign in to comment.