We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ecdec commit 2fd1d5aCopy full SHA for 2fd1d5a
.github/workflows/docker-images.yml
@@ -41,4 +41,3 @@ jobs:
41
tags: |
42
${{ secrets.DOCKER_USERNAME }}/greenit-analysis-cli:latest
43
${{ secrets.DOCKER_USERNAME }}/greenit-analysis-cli:${{ steps.extract_version.outputs.VERSION }}
44
- ${{ secrets.DOCKER_USERNAME }}/greenit-analysis-cli:${{ github.ref }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "greenit-analysis-cli",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "",
5
"main": "index.js",
6
"bin": {
0 commit comments