Skip to content

Commit c7ec737

Browse files
committed
use sha as an image tag instead of temp
Signed-off-by: Mohamed Mahmoud <[email protected]>
1 parent 92e2c90 commit c7ec737

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/push_image_pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ env:
88
REGISTRY: quay.io/netobserv
99
IMAGE: netobserv-ebpf-agent
1010
ORG: netobserv
11-
VERSION: temp
1211

1312
jobs:
1413
push-pr-image:
@@ -40,7 +39,7 @@ jobs:
4039
- name: build and push images
4140
run: IMAGE_ORG=${{ env.ORG }} IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.short_sha }} make images
4241
- name: build and push manifest
43-
run: IMAGE_ORG=${{ env.ORG }} IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.VERSION }} make ci-manifest
42+
run: IMAGE_ORG=${{ env.ORG }} IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.short_sha }} make ci-manifest
4443
- uses: actions/github-script@v6
4544
with:
4645
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)