We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92e2c90 + c7ec737 commit fe47125Copy full SHA for fe47125
.github/workflows/push_image_pr.yml
@@ -8,7 +8,6 @@ env:
8
REGISTRY: quay.io/netobserv
9
IMAGE: netobserv-ebpf-agent
10
ORG: netobserv
11
- VERSION: temp
12
13
jobs:
14
push-pr-image:
@@ -40,7 +39,7 @@ jobs:
40
39
- name: build and push images
41
run: IMAGE_ORG=${{ env.ORG }} IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.short_sha }} make images
42
- name: build and push manifest
43
- run: IMAGE_ORG=${{ env.ORG }} IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.VERSION }} make ci-manifest
+ run: IMAGE_ORG=${{ env.ORG }} IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.short_sha }} make ci-manifest
44
- uses: actions/github-script@v6
45
with:
46
github-token: ${{secrets.GITHUB_TOKEN}}
0 commit comments