File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -97,16 +97,16 @@ 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 docker.io/cloudcode510/examplevotingapp_vote:latest
103- # 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 docker.io/cloudcode510/examplevotingapp_vote:latest
103+ # # run: docker push $REGISTRY/$REPO/examplevotingapp_vote:latest
104104
105- - name : Push worker image
106- run : docker push docker.io/cloudcode510/examplevotingapp_worker:latest
107-
108- - name : Push result image
109- run : docker push docker.io/cloudcode510/examplevotingapp_result:latest
105+ # - name: Push worker image
106+ # run: docker push docker.io/cloudcode510/examplevotingapp_worker:latest
110107
111108 # - name: Push result image
112- # run: docker push $REGISTRY/$REPO/examplevotingapp_result:latest
109+ # run: docker push docker.io/cloudcode510/examplevotingapp_result:latest
110+
111+ # # - name: Push result image
112+ # # run: docker push $REGISTRY/$REPO/examplevotingapp_result:latest
You can’t perform that action at this time.
0 commit comments