Skip to content

Commit 85e40d2

Browse files
Rodrigo Dos SantosRodrigo Dos Santos
authored andcommitted
Fixed few services - build authentication-service
1 parent 044ef25 commit 85e40d2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/docker-build-push-image-authentication-service.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,15 @@ jobs:
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

0 commit comments

Comments
 (0)