Skip to content

Commit

Permalink
fix tags in docker-bake.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
justusranvier committed Jan 3, 2024
1 parent 33710af commit 47b155a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ target "default" {
OPENTXS_VERSION = "${opentxs}"
}
tags = [
"opentransactions/notary:${tag}-${opentxs}-${target_arch}",
"opentransactions/notary:latest-${target_arch}"
"opentransactions/metier-server:${tag}-${opentxs}-${target_arch}",
"opentransactions/metier-server:latest-${target_arch}"
]
}

0 comments on commit 47b155a

Please sign in to comment.