Skip to content

Commit f79aaa9

Browse files
OwnerOwner
authored andcommitted
Pass and Push the results_V1
1 parent ae48d22 commit f79aaa9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-scan.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ jobs:
9797
run: |
9898
sysdig-cli-scanner -a https://app.us4.sysdig.com/secure pull://docker.io/$REPO/examplevotingapp_result:latest || true
9999
100-
# --- Optional: Push images to Docker Hub (only if scans passed) ---
101-
- name: Push vote image
102-
run: docker push $REGISTRY/$REPO/examplevotingapp_vote:latest
100+
# # --- Optional: Push images to Docker Hub (only if scans passed) ---
101+
# - name: Push vote image
102+
# run: docker push $REGISTRY/$REPO/examplevotingapp_vote:latest
103103

104-
- name: Push worker image
105-
run: docker push $REGISTRY/$REPO/examplevotingapp_worker:latest
104+
# - name: Push worker image
105+
# run: docker push $REGISTRY/$REPO/examplevotingapp_worker:latest
106106

107-
- name: Push result image
108-
run: docker push $REGISTRY/$REPO/examplevotingapp_result:latest
107+
# - name: Push result image
108+
# run: docker push $REGISTRY/$REPO/examplevotingapp_result:latest

0 commit comments

Comments
 (0)