Browse Source

Revert "Don't push docker image for now"

This reverts commit a5e3eb3486.
prod-pipeline-testing
Sam Seed 1 year ago
parent
commit
38eb3398c8
  1. 2
      .github/workflows/aws_deploy.yml

2
.github/workflows/aws_deploy.yml

@ -55,7 +55,7 @@ jobs:
- name: Build, tag, and push docker image to ECR
id: build-image
if: ${{ 'true' == 'false' }}
if: ${{ env.image-exists == 'false' }}
env:
registry: ${{ steps.ecr-login.outputs.registry }}
commit_tag: ${{ github.sha }}

Loading…
Cancel
Save