Skip to content

Commit 795ef30

Browse files
committed
ci: update pipeline image tag
1 parent 92c4418 commit 795ef30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.woodpecker/build-latest-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ steps:
4949
registry: *registry_url
5050
dockerfile: ./Dockerfile
5151
tags:
52-
- ${CI_COMMIT_SHA:-latest}
52+
- latest-${CI_COMMIT_SHA}
5353
- latest
5454
username:
5555
from_secret: REGISTRY_USERNAME

.woodpecker/build-stable-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ steps:
5050
registry: *registry_url
5151
dockerfile: ./Dockerfile
5252
tags:
53-
- ${CI_COMMIT_SHA:-latest}
53+
- stable-${CI_COMMIT_SHA}
5454
- stable
5555
username:
5656
from_secret: REGISTRY_USERNAME

0 commit comments

Comments
 (0)