diff options
author | Jaz Volpert <ericvolp12@gmail.com> | 2025-07-30 21:42:56 +0000 |
---|---|---|
committer | Jaz Volpert <ericvolp12@gmail.com> | 2025-07-30 21:42:56 +0000 |
commit | b25677eb7f30263471f8a4a6a692d48bc6dc51dd (patch) | |
tree | 5d3ceb94689858b93c05ebf194db7a565b3e7600 /.github | |
parent | 4393a275ae72e535aec41cc5af6f84e8d1e153c3 (diff) | |
download | voidsky-b25677eb7f30263471f8a4a6a692d48bc6dc51dd.tar.zst |
build
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-and-push-embedr-aws.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-and-push-embedr-aws.yaml b/.github/workflows/build-and-push-embedr-aws.yaml index 23d1538fe..a6b2d9c3e 100644 --- a/.github/workflows/build-and-push-embedr-aws.yaml +++ b/.github/workflows/build-and-push-embedr-aws.yaml @@ -3,6 +3,7 @@ on: push: branches: - main + - echoprom_fix env: REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }} |