Skip to content

Commit 5dc53a7

Browse files
OwnerOwner
authored andcommitted
updated the docker Push
1 parent f79aaa9 commit 5dc53a7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build-scan.yaml

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

0 commit comments

Comments
 (0)