Skip to content

Commit d8e3910

Browse files
committed
Update release workflow to use 'netsocs-cli' image naming convention
- Changed image tags in release.yml to reflect the new naming convention for the CLI, ensuring consistency in the registry path.
1 parent 358a009 commit d8e3910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
provenance: false
3838
push: false
3939
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 }}
40+
${{ env.REGISTRY }}/netsocs-team/netsocs-cli/cli:${{ steps.branch.outputs.branch }}
41+
${{ env.REGISTRY }}/netsocs-team/netsocs-cli/cli:${{ github.sha }}
4242
build-args: |
4343
VERSION=${{ steps.version.outputs.version }}
4444

0 commit comments

Comments
 (0)