diff --git a/.github/workflows/release-images.yml b/.github/workflows/release-images.yml index 3738cb1c..c77895fc 100644 --- a/.github/workflows/release-images.yml +++ b/.github/workflows/release-images.yml @@ -146,7 +146,7 @@ jobs: ECR_GC_REGISTRY: ${{ steps.login-ecr-gov-cloud.outputs.registry }} run: | docker push --all-tags $ECR_REGISTRY/strelka-frontend - docker push --all-tags $ECR_GC_REGISTRY/strelka-backend + docker push --all-tags $ECR_GC_REGISTRY/strelka-frontend docker push --all-tags sublimesec/strelka-frontend - name: Push BackEnd