Skip to content

Commit

Permalink
Fix copy/paste mistake in release workflow (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-dunn-sublime authored Apr 24, 2024
1 parent bb407e0 commit 7853293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7853293

Please sign in to comment.