Skip to content

Commit 16887b0

Browse files
committed
fix
1 parent 7408366 commit 16887b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
platforms: linux/amd64,linux/arm64
5353
push: true
5454
tags: |
55-
controlplane/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
56-
controlplane/${{ env.IMAGE_NAME }}:latest
55+
controlplane/netassertv2-l4-client:${{ github.ref_name }}
56+
controlplane/netassertv2-l4-client:latest
5757
${{ env.GH_REGISTRY }}/controlplaneio/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
5858
${{ env.GH_REGISTRY }}/controlplaneio/${{ env.IMAGE_NAME }}:latest
5959

0 commit comments

Comments
 (0)