fix(docker): *-dev tags target right stage from Dockerfile (#27116)

This commit is contained in:
lodu
2024-02-15 01:58:47 +01:00
committed by GitHub
parent b60938be4d
commit 9514300da5
2 changed files with 2 additions and 1 deletions

View File

@@ -256,7 +256,7 @@ def test_get_docker_tags(
SHA,
"push",
"master",
["--load", f"-t {REPO}:master-dev "],
["--load", f"-t {REPO}:master-dev ", "--target dev"],
),
# multi-platform
(