We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358a009 commit d8e3910Copy full SHA for d8e3910
.github/workflows/release.yml
@@ -37,8 +37,8 @@ jobs:
37
provenance: false
38
push: false
39
tags: |
40
- ${{ env.REGISTRY }}/netsocs-team/${{ env.IMAGE_NAME }}/cli:${{ steps.branch.outputs.branch }}
41
- ${{ env.REGISTRY }}/netsocs-team/${{ env.IMAGE_NAME }}/cli:${{ github.sha }}
+ ${{ env.REGISTRY }}/netsocs-team/netsocs-cli/cli:${{ steps.branch.outputs.branch }}
+ ${{ env.REGISTRY }}/netsocs-team/netsocs-cli/cli:${{ github.sha }}
42
build-args: |
43
VERSION=${{ steps.version.outputs.version }}
44
0 commit comments