From bbb7afce3fd89024d325fff2a3ce2ded3a484eac Mon Sep 17 00:00:00 2001 From: aarbit Date: Mon, 15 Jul 2024 23:12:03 -0500 Subject: [PATCH] Makes the Woodpecker build tag the Docker image with the build number --- .woodpecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 92aba7c..4941923 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -9,7 +9,7 @@ steps: settings: repo: git.halfbinary.net/${CI_REPO_OWNER}/prettyplayerapi registry: git.halfbinary.net - tags: latest + tags: ${CI_PIPELINE_NUMBER} username: ${CI_REPO_OWNER} password: from_secret: docker_password \ No newline at end of file