Skip to content

Commit 89ca2ef

Browse files
committed
Update image tags in release workflow to use 'main' branch
- Modified the image tags in release.yml to reflect the 'main' branch instead of 'cli', ensuring alignment with the current naming convention for container images during the release process.
1 parent fdb5f45 commit 89ca2ef

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
@@ -44,8 +44,8 @@ jobs:
4444
provenance: false
4545
push: false
4646
tags: |
47-
${{ env.REGISTRY }}/netsocs-team/netsocs-cli/cli:${{ steps.branch.outputs.branch }}
48-
${{ env.REGISTRY }}/netsocs-team/netsocs-cli/cli:${{ github.sha }}
47+
${{ env.REGISTRY }}/netsocs-team/netsocs-cli/main:${{ steps.branch.outputs.branch }}
48+
${{ env.REGISTRY }}/netsocs-team/netsocs-cli/main:${{ github.sha }}
4949
build-args: |
5050
VERSION=${{ steps.version.outputs.version }}
5151

0 commit comments

Comments
 (0)