File tree Expand file tree Collapse file tree 3 files changed +106
-107
lines changed Expand file tree Collapse file tree 3 files changed +106
-107
lines changed Original file line number Diff line number Diff line change @@ -198,14 +198,13 @@ quality-images:
198
198
199
199
.PHONY : deploy
200
200
deploy :
201
- skaffold build
201
+ skaffold build; \
202
202
for image in $( shell skaffold build -q --dry-run | jq -r .builds[].tag) ; do \
203
- @echo " Signing image $$ {image}" ; \
204
- $(COSIGN ) sign --key env://COSIGN_PRIVATE_KEY --yes $$ {image}; \
205
-
206
- @echo "Verifying image $${image}; \
207
- $(COSIGN) verify --key env://COSIGN_PUBLIC_KEY $${image}; \
208
- done;
203
+ @echo " Signing image" ${image} " ; \
204
+ $(COSIGN ) sign --key env://COSIGN_PRIVATE_KEY --yes $$ {image}; \
205
+ @echo " Verifying image ${image} ; \
206
+ $(COSIGN ) verify --key env://COSIGN_PUBLIC_KEY $$ {image}; \
207
+ done ; \
209
208
210
209
.PHONY : clean
211
210
clean :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ unittest2 = "==1.1.0"
11
11
pre-commit = " ==2.18.1"
12
12
flake8 = " ==4.0.1"
13
13
autopep8 = " ==1.6.0"
14
- pipenv = " ==2023.2.4 "
14
+ pipenv = " ==2023.4.20 "
15
15
pep8-naming = " ==0.12.1"
16
16
pytest-cov = " ==3.0.0"
17
17
You can’t perform that action at this time.
0 commit comments