Skip to content

Commit 7f7a95d

Browse files
committed
use git sha in docker image tag
Signed-off-by: Skye Gill <[email protected]>
1 parent 21ed18d commit 7f7a95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ jobs:
132132
kind load docker-image open-feature-operator-local:${{ github.sha }} --name open-feature-operator-test
133133
- name: Run e2e test
134134
run: |
135-
IMG=open-feature-operator-local:test make deploy-operator
136-
IMG=open-feature-operator-local:test make e2e-test
135+
IMG=open-feature-operator-local:${{ github.sha }} make deploy-operator
136+
IMG=open-feature-operator-local:${{ github.sha }} make e2e-test

0 commit comments

Comments
 (0)