Skip to content

Commit

Permalink
chore: uncommenting Push Docker image step
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 12, 2023
1 parent 94db43d commit c63c4e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-vc-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
-t $ECR_REGISTRY/$AWS_ECR_REPOSITORY_SSI:$GIT_SHA \
-f apps/vc-api/Dockerfile .
# - name: Push Docker image
# working-directory: ./vc-api-owf
# env:
# GIT_SHA: ${{ steps.get-git-sha.outputs.git-sha }}
# run: |
# docker push \
# $ECR_REGISTRY/$AWS_ECR_REPOSITORY_SSI:$GIT_SHA
- name: Push Docker image
working-directory: ./vc-api-owf
env:
GIT_SHA: ${{ steps.get-git-sha.outputs.git-sha }}
run: |
docker push \
$ECR_REGISTRY/$AWS_ECR_REPOSITORY_SSI:$GIT_SHA
- name: Logout of Amazon ECR
if: always()
Expand Down

0 comments on commit c63c4e5

Please sign in to comment.