Skip to content

Commit d406b76

Browse files
upd base image (#465)
1 parent 0114e69 commit d406b76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM codefresh/cli:latest
1+
FROM quay.io/codefresh/cli:latest
22
WORKDIR /
33
COPY . .
44
ENTRYPOINT ["/entrypoint.sh"]

incubating/bump-build-number/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: bump-build-number
5-
version: 1.0.4
5+
version: 1.0.5
66
title: Bump Build Number
77
isPublic: true
88
description: Bump the build number
@@ -67,7 +67,7 @@ spec:
6767
steps:
6868
main:
6969
name: bump-build-number
70-
image: quay.io/codefreshplugins/bump-build-number
70+
image: quay.io/codefreshplugins/bump-build-number:1.0.5
7171
environment:
7272
- 'ANNOTATION_NAME=${{ANNOTATION_NAME}}'
7373
- 'RETRIEVE_CURRENT_VALUE_ONLY=${{RETRIEVE_CURRENT_VALUE_ONLY}}'

0 commit comments

Comments
 (0)