Skip to content

Commit d7d0791

Browse files
Rodrigo Dos SantosRodrigo Dos Santos
authored andcommitted
Fixed AWS ECS Configuration - build authentication-service
1 parent 6c30bde commit d7d0791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
cluster: ${{ env.ECS_CLUSTER }}
112112
wait-for-service-stability: true
113113

114-
- name: Image digest
115-
run: echo ${{ steps.docker_build.outputs.digest }}
114+
# - name: Image digest
115+
# run: echo ${{ steps.docker_build.outputs.digest }}
116116

117117
# Build Docker image using spring-boot:build-image
118118
# - name: Build Service using spring-boot:build-image

0 commit comments

Comments
 (0)