Skip to content

Commit

Permalink
add public
Browse files Browse the repository at this point in the history
  • Loading branch information
fyInALT committed Mar 26, 2024
1 parent bdd934b commit ae904b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-aggregator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
CARGO_INCREMENTAL: "0"
CARGO_NET_GIT_FETCH_WITH_CLI: true
ECR_REPO: 305587085711.dkr.ecr.us-west-2.amazonaws.com/mach-aggregator
PUB_REPO: public.ecr.aws/altlayer/mach-aggregator
PUB_REPO: public.ecr.aws

jobs:
build-docker-image:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
images: |
${{ env.ECR_REPO }}
${{ env.PUB_REPO }}
${{ env.PUB_REPO }}/altlayer/mach-aggregator
flavor: |
prefix=
suffix=
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
CARGO_INCREMENTAL: "0"
CARGO_NET_GIT_FETCH_WITH_CLI: true
ECR_REPO: 305587085711.dkr.ecr.us-west-2.amazonaws.com/mach-operator
PUB_REPO: public.ecr.aws/altlayer/mach-operator
PUB_REPO: public.ecr.aws

jobs:
build-docker-image:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
images: |
${{ env.ECR_REPO }}
${{ env.PUB_REPO }}
${{ env.PUB_REPO }}/altlayer/mach-operator
flavor: |
prefix=
suffix=
Expand Down

0 comments on commit ae904b6

Please sign in to comment.