Skip to content

Commit

Permalink
tweaked to deploy images
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenin committed Mar 18, 2024
1 parent 21e6769 commit fd7d0b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
push:
branches:
- main
- nhenin/sanchonet2
tags:
- runtime@v*
- marlowe-runtime-web@v*
Expand Down Expand Up @@ -82,7 +83,7 @@ jobs:
echo TAG=$TAG
tagAndPush "marlowe-web-server"
else
export "TAG=${GITHUB_SHA::8}"
export "TAG=conway-cardano-8.9.0"
echo TAG=$TAG
tagAndPush "marlowe-chain-indexer"
tagAndPush "marlowe-chain-sync"
Expand Down
4 changes: 2 additions & 2 deletions nix/marlowe-cardano/deploy/oci-images.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let
mkImage = { name, description }:
std.lib.ops.mkStandardOCI {
inherit name;
tag = "conway-test";
tag = "conway-cardano-8.9.0";
operable = operables.${name};
uid = "0";
gid = "0";
Expand Down Expand Up @@ -79,7 +79,7 @@ images // {
copyToDockerDaemon = std.lib.ops.writeScript {
name = "copy-to-docker-daemon";
text = forAllImages (name: img:
"${n2c.packages.skopeo-nix2container}/bin/skopeo --insecure-policy copy nix:${img} docker-daemon:${name}:conway-test"
"${n2c.packages.skopeo-nix2container}/bin/skopeo --insecure-policy copy nix:${img} docker-daemon:${name}:conway-cardano-8.9.0"
);
};
};
Expand Down

0 comments on commit fd7d0b0

Please sign in to comment.