We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0114e69 commit d406b76Copy full SHA for d406b76
incubating/bump-build-number/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM codefresh/cli:latest
+FROM quay.io/codefresh/cli:latest
2
WORKDIR /
3
COPY . .
4
ENTRYPOINT ["/entrypoint.sh"]
incubating/bump-build-number/step.yaml
@@ -2,7 +2,7 @@ kind: step-type
version: '1.0'
metadata:
name: bump-build-number
5
- version: 1.0.4
+ version: 1.0.5
6
title: Bump Build Number
7
isPublic: true
8
description: Bump the build number
@@ -67,7 +67,7 @@ spec:
67
steps:
68
main:
69
70
- image: quay.io/codefreshplugins/bump-build-number
+ image: quay.io/codefreshplugins/bump-build-number:1.0.5
71
environment:
72
- 'ANNOTATION_NAME=${{ANNOTATION_NAME}}'
73
- 'RETRIEVE_CURRENT_VALUE_ONLY=${{RETRIEVE_CURRENT_VALUE_ONLY}}'
0 commit comments