File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 8686 - name : Tag & publish to GitHub Container Registry
8787 run : |
8888 docker tag authentication-service:0.0.1-SNAPSHOT fielcapao/microservices-design-patterns-authentication-service:0.0.1-SNAPSHOT
89- docker push fielcapao/microservices-design-patterns-authentication-service:0.0.1-SNAPSHOT
89+ # docker push fielcapao/microservices-design-patterns-authentication-service:0.0.1-SNAPSHOT
90+
91+ - name : Create and push manifest images
92+ uses : Noelware/docker-manifest-action@master # or use whatever version.
93+ with :
94+ base-image : fielcapao/microservices-design-patterns-authentication-service:0.0.1-SNAPSHOT
95+ extra-images : fielcapao/microservices-design-patterns-authentication-service:0.0.1-SNAPSHOT-arm64
96+
97+ push : true
9098# Setup gcloud CLI
9199# - name: Setup Google Cloud
92100# uses: google-github-actions/setup-gcloud@master
You can’t perform that action at this time.
0 commit comments