File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments