Skip to content

Commit 7d66092

Browse files
OwnerOwner
authored andcommitted
Build and Scan
1 parent 5dc53a7 commit 7d66092

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build-scan.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)