File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,15 @@ jobs:
9898 sysdig-cli-scanner -a https://app.us4.sysdig.com/secure pull://docker.io/$REPO/examplevotingapp_result:latest || true
9999
100100 # # --- Optional: Push images to Docker Hub (only if scans passed) ---
101- # - name: Push vote image
101+ - name : Push vote image
102+ run : docker push docker.io/cloudcode510/examplevotingapp_vote:latest
102103 # run: docker push $REGISTRY/$REPO/examplevotingapp_vote:latest
103104
104- # - name: Push worker image
105- # run: docker push $REGISTRY/$REPO/examplevotingapp_worker:latest
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
106110
107111 # - name: Push result image
108112 # run: docker push $REGISTRY/$REPO/examplevotingapp_result:latest
You can’t perform that action at this time.
0 commit comments