Skip to content

Commit

Permalink
Merge pull request #27 from justusranvier/develop
Browse files Browse the repository at this point in the history
fix tags in docker-bake.hcl
  • Loading branch information
justusranvier authored Jan 3, 2024
2 parents 33710af + 47b155a commit 4432c5f
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 4432c5f

Please sign in to comment.